]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Remove trailing dot in docstring
authorSergey Matveev <stargrave@stargrave.org>
Sat, 8 Dec 2018 15:56:33 +0000 (18:56 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 8 Dec 2018 15:56:33 +0000 (18:56 +0300)
pyderasn.py

index 4a9684fc0b9a6a9e000764fbbca938e223640f4b..aa91b04052c100a8ba6dfc102cd840dcfce64c4a 100755 (executable)
@@ -1034,7 +1034,7 @@ class Obj(object):
         :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 <ctx>` governing decoding process.
+        :param ctx: optional :ref:`context <ctx>` 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 get_def_by_path(defines_by_path, sub_decode_path):
 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