]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - pyderasn.py
Missing CER mention in makedist
[pyderasn.git] / pyderasn.py
index 7ce0565e5da91bd6d57c454752f0a329bc17e3d9..4a1244c6d469d12a172df108c93b68bf325ce010 100755 (executable)
@@ -20,7 +20,7 @@
 """Python ASN.1 DER/BER codec with abstract structures
 
 This library allows you to marshal various structures in ASN.1 DER
-format, unmarshal them in BER/CER/DER ones.
+format, unmarshal BER/CER/DER ones.
 
     >>> i = Integer(123)
     >>> raw = i.encode()