summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.12.0a4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.12.0a4.rst')
-rw-r--r--Misc/NEWS.d/3.12.0a4.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.12.0a4.rst b/Misc/NEWS.d/3.12.0a4.rst
index 82faa5a..1599084 100644
--- a/Misc/NEWS.d/3.12.0a4.rst
+++ b/Misc/NEWS.d/3.12.0a4.rst
@@ -65,8 +65,8 @@ redundant.
.. nonce: M2n6Kg
.. section: Core and Builtins
-Fix :func:`int.__sizeof__` calculation to include the 1 element ob_digit
-array for 0 and False.
+Fix :func:`int.__sizeof__` calculation to include the 1-element ``ob_digit``
+array for ``0`` and ``False``.
..