diff options
Diffstat (limited to 'docs')
-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 30513082..12fee807 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2435,7 +2435,7 @@ instances. The following common OIDs are available as constants. .. attribute:: POLICY_CONSTRAINTS Corresponds to the dotted string ``"2.5.29.36"``. The identifier for the - :class:`PolicyConstraints` extension type. + :class:`~cryptography.x509.PolicyConstraints` extension type. .. class:: CRLEntryExtensionOID |