We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36adbe9 commit 624be1dCopy full SHA for 624be1d
docs/x509/verification.rst
@@ -112,14 +112,14 @@ the root of trust:
112
.. versionadded:: 43.0.0
113
114
.. versionchanged:: 44.0.0
115
- Made `subjects` optional with the addition of custom extension policies.
+ Made ``subjects`` optional with the addition of custom extension policies.
116
117
.. attribute:: subjects
118
119
:type: list of :class:`~cryptography.x509.GeneralName` or None
120
121
The subjects presented in the verified client's Subject Alternative Name
122
- extension or `None` if the extension is not present.
+ extension or ``None`` if the extension is not present.
123
124
.. attribute:: chain
125
0 commit comments