]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
Grammar fix
[pyderasn.git] / 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: