]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Grammar typos
authorSergey Matveev <stargrave@stargrave.org>
Thu, 6 Feb 2020 13:23:55 +0000 (16:23 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 6 Feb 2020 13:44:09 +0000 (16:44 +0300)
pyderasn.py

index 2e1180d1be74014a8638620a2c1973d57883545c..5adc5b068d17915f0c543144b66557b9fc355f30 100755 (executable)
@@ -1669,9 +1669,8 @@ def pprint(
     """Pretty print object
 
     :param Obj obj: object you want to pretty print
     """Pretty print object
 
     :param Obj obj: object you want to pretty print
-    :param oid_maps: list of ``OID <-> humand readable string`` dictionary.
-                     When OID from it is met, then its humand readable form
-                     is printed
+    :param oid_maps: list of ``str(OID) <-> human readable string`` dictionary.
+                     Its human readable form is printed when OID is met
     :param big_blobs: if large binary objects are met (like OctetString
                       values), do we need to print them too, on separate
                       lines
     :param big_blobs: if large binary objects are met (like OctetString
                       values), do we need to print them too, on separate
                       lines