From: Sergey Matveev Date: Wed, 12 Feb 2020 07:41:48 +0000 (+0300) Subject: Mistakes in docstring X-Git-Tag: 7.0~24 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=5d23e689e761a4ced2ab143ddc349b0e6ed0a65b Mistakes in docstring --- diff --git a/pyderasn.py b/pyderasn.py index d00c504..21b4306 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -5664,8 +5664,8 @@ class Set(Sequence): .. _allow_unordered_set_ctx: DER prohibits unordered values encoding and will raise an error - during decode. If If :ref:`bered ` context option is set, - then no error will occure. Also you can disable strict values + during decode. If :ref:`bered ` context option is set, + then no error will occur. Also you can disable strict values ordering check by setting ``"allow_unordered_set": True`` :ref:`context ` option. """