Skip to content

Commit

Permalink
Use double backticks in reStructuredText.
Browse files Browse the repository at this point in the history
  • Loading branch information
deivse committed Sep 29, 2024
1 parent 36adbe9 commit 624be1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/x509/verification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ the root of trust:
.. versionadded:: 43.0.0

.. versionchanged:: 44.0.0
Made `subjects` optional with the addition of custom extension policies.
Made ``subjects`` optional with the addition of custom extension policies.

.. attribute:: subjects

:type: list of :class:`~cryptography.x509.GeneralName` or None

The subjects presented in the verified client's Subject Alternative Name
extension or `None` if the extension is not present.
extension or ``None`` if the extension is not present.

.. attribute:: chain

Expand Down

0 comments on commit 624be1d

Please sign in to comment.