doc/features.rst | 4 ++-- diff --git a/doc/features.rst b/doc/features.rst index 3136a5a2f091678d0fd8c70dc405273bd18846fda650266a535f07d5395f6046..31ed27096463c115ecc5cded22445bdc4d9b5426bd7ba0a71ee9a0b5d274d437 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -37,7 +37,7 @@ requirement * Extensive and comprehensive `hypothesis `__ driven tests coverage. It also has been fuzzed with - `python-afl `__. + `python-afl `__ * Some kind of strong typing: SEQUENCEs require the exact **type** of settable values, even when they are inherited (assigning ``Integer`` to the field with the type ``CMSVersion(Integer)`` is not allowed) @@ -48,7 +48,7 @@ automatically set required tags) * Descriptive errors, like ``pyderasn.DecodeError: UTCTime (tbsCertificate:validity:notAfter:utcTime) (at 328) invalid UTCTime format`` * ``__slots__`` friendliness -* Could be significantly faster and have lower memory usage. +* Could be significantly faster and have lower memory usage For example parsing of CACert.org's CRL (8.48 MiB) on FreeBSD 12.0 amd64, Intel Core i5-6200U 2.3 GHz machine, Python 3.5.5/2.7.15: