From 624be1d0c1b3715e8b337fc7abac2867a69f0651 Mon Sep 17 00:00:00 2001 From: Ivan Desiatov Date: Sat, 28 Sep 2024 10:29:38 +0200 Subject: [PATCH] Use double backticks in reStructuredText. --- docs/x509/verification.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/x509/verification.rst b/docs/x509/verification.rst index 1cbad5526aa2..459c398a1479 100644 --- a/docs/x509/verification.rst +++ b/docs/x509/verification.rst @@ -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