From 7ea4b89cea553ce0f641ed29e1ce2e3e34278f1d Mon Sep 17 00:00:00 2001
From: Alex Gaynor <alex.gaynor@gmail.com>
Date: Mon, 22 Jan 2024 08:01:14 -0500
Subject: [PATCH] fixed formatting in changelog (#10225)

---
 CHANGELOG.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9ade854140f3..7b3fdc3f529b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -31,9 +31,9 @@ Changelog
 * Added support for obtaining X.509 certificate revocation list signature
   algorithm parameters (including PSS) via
   :meth:`~cryptography.x509.CertificateRevocationList.signature_algorithm_parameters`.
-* Added `mgf` property to
+* Added ``mgf`` property to
   :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`.
-* Added `algorithm` and `mgf` properties to
+* Added ``algorithm`` and ``mgf`` properties to
   :class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP`.
 * Added the following properties that return timezone-aware ``datetime`` objects:
   :meth:`~cryptography.x509.Certificate.not_valid_before_utc`,