From d3759d14564a7dd6a7e454cf2906658ac3da1cd6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 12 Sep 2018 23:33:35 +0300 Subject: [PATCH] Fix example new decode path format --- doc/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/features.rst b/doc/features.rst index 9913ea3..5476b6f 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -27,7 +27,7 @@ practice it should be relatively easy to convert ``pyasn1``'s code to * However they do not require tags matching: IMPLICIT/EXPLICIT tags will be set automatically in the given sequence * Descriptive errors, like ``pyderasn.DecodeError: UTCTime - (tbsCertificate.validity.notAfter.utcTime) (at 328) invalid UTCTime format`` + (tbsCertificate:validity:notAfter:utcTime) (at 328) invalid UTCTime format`` * ``__slots__`` friendliness * Could be significantly faster. For example parsing of CACert.org's CRL under Python 3.5.2: -- 2.44.0