pyderasn.py | 5 ++--- diff --git a/pyderasn.py b/pyderasn.py index ffaaa5650db0ddd1c28f992ef983e9025542c4207704858d93f367da23780536..93bc358dd97dbd8b01e3ad372c62d54bdee180d34305dea46ab8c8938893225a 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1669,9 +1669,8 @@ ): """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