diff options
-rw-r--r-- | docs/x509/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 14727e76..df17f954 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1886,7 +1886,7 @@ X.509 Extensions A generic extension class used to hold the raw value of **non-critical** extensions that ``cryptography`` does not know how to parse. Extensions - marked critical will still raise + marked critical will raise :class:`~cryptography.x509.UnsupportedExtension`. .. attribute:: oid |