]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Grammar fix
authorSergey Matveev <stargrave@stargrave.org>
Sun, 15 Oct 2017 12:57:47 +0000 (15:57 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 15 Oct 2017 12:57:47 +0000 (15:57 +0300)
pyderasn.py

index 8e7f0283503e0272f19a28e2f17805ad212299fa..4e3028ca0cad2314cbd088e1097723eb0ef362fb 100755 (executable)
@@ -3619,7 +3619,7 @@ class Sequence(Obj):
             v = v_tail
             if spec.default is not None and value == spec.default:
                 # Encoded default values are not valid in DER,
-                # but we still allow that
+                # but we allow that anyway
                 continue
             values[name] = value
         if len(v) > 0: