]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Mistakes in docstring
authorSergey Matveev <stargrave@stargrave.org>
Wed, 12 Feb 2020 07:41:48 +0000 (10:41 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 12 Feb 2020 07:42:09 +0000 (10:42 +0300)
pyderasn.py

index d00c504791f4b3f581e7773403035e32bdd3b247..21b4306319db9630c936577b5a7d8595afa717d3 100755 (executable)
@@ -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 <bered_ctx>` context option is set,
-    then no error will occure. Also you can disable strict values
+    during decode. If :ref:`bered <bered_ctx>` 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 <ctx>` option.
     """