From 5d23e689e761a4ced2ab143ddc349b0e6ed0a65b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 12 Feb 2020 10:41:48 +0300 Subject: [PATCH] Mistakes in docstring --- pyderasn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. """ -- 2.44.0