]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
Mistakes in docstring
[pyderasn.git] / 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.
     """