From 3b5f3e7f4219b79410bd7b3e1a3d41be51f78f0a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 6 Feb 2020 16:23:55 +0300 Subject: [PATCH] Grammar typos --- pyderasn.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyderasn.py b/pyderasn.py index 2e1180d..5adc5b0 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1669,9 +1669,8 @@ def pprint( """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 -- 2.44.0