From 1b3050fa0828f0c3e9a2464f772aefa0956d83a2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 6 Oct 2017 17:55:26 +0300 Subject: [PATCH] More correct phrase about offset property --- pyderasn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyderasn.py b/pyderasn.py index acf5fbe..833e785 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -177,7 +177,7 @@ by specifying ``leavemm=True`` argument. When object is decoded, ``decoded`` property is true and you can safely use following properties: -* ``offset`` -- position from initial offset where object's tag is started +* ``offset`` -- position including initial offset where object's tag starts * ``tlen`` -- length of object's tag * ``llen`` -- length of object's length value * ``vlen`` -- length of object's value -- 2.44.0