diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-22 22:26:53 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-12-22 22:26:53 -0600 |
commit | e32b994e73449f2c709298378de89467b30dbf21 (patch) | |
tree | 1dd3b03853309204339db185b1ff03337859d930 /docs | |
parent | 3b95cd7f563809c136205c0642b4d54395e6b2eb (diff) | |
download | cryptography-e32b994e73449f2c709298378de89467b30dbf21.tar.gz cryptography-e32b994e73449f2c709298378de89467b30dbf21.tar.bz2 cryptography-e32b994e73449f2c709298378de89467b30dbf21.zip |
update the language
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/reference.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index f53eae0a..4f4ce4fa 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1699,11 +1699,10 @@ X.509 Extensions .. versionadded:: 1.2 - The CRL number is a non-critical CRL extension that conveys a - monotonically increasing sequence number for a given CRL scope and - CRL issuer. This extension allows users to easily determine when a - particular CRL supersedes another CRL. :rfc:`5280` requires that this - extension be present in conforming CRLs. + The CRL number is a CRL extension that conveys a monotonically increasing + sequence number for a given CRL scope and CRL issuer. This extension allows + users to easily determine when a particular CRL supersedes another CRL. + :rfc:`5280` requires that this extension be present in conforming CRLs. .. attribute:: oid |