pyderasn.py | 5 ++--- diff --git a/pyderasn.py b/pyderasn.py index 5d540b1b6e0e47ca69d8b6ab8dde6a4b2175ac484ca354739016abf56eabdb4d..4aafd98c47138e618470437c82005760a3cf399cbdf04bb1b91e9855e33fafb3 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1034,7 +1034,7 @@ :param data: either binary or memoryview :param int offset: initial data's offset :param bool leavemm: do we need to leave memoryview of remaining data as is, or convert it to bytes otherwise - :param ctx: optional :ref:`context ` governing decoding process. + :param ctx: optional :ref:`context ` governing decoding process :param tag_only: decode only the tag, without length and contents (used only in Choice and Set structures, trying to determine if tag satisfies the scheme) @@ -4319,8 +4319,7 @@ def abs_decode_path(decode_path, rel_path): """Create an absolute decode path from current and relative ones - :param decode_path: current decode path, starting point. - Tuple of strings + :param decode_path: current decode path, starting point. Tuple of strings :param rel_path: relative path to ``decode_path``. Tuple of strings. If first tuple's element is "/", then treat it as an absolute path, ignoring ``decode_path`` as