]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-96073: fix backticks in NEWS entry (GH-98056)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 7 Oct 2022 21:44:56 +0000 (14:44 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 21:44:56 +0000 (14:44 -0700)
Automerge-Triggered-By: GH:JelleZijlstra
Doc/faq/design.rst
Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst

index 763222aba8b6edafb3b73e5255dc86f48678cbfc..11d01374dc1e79166bb1060672d4a70da38bb978 100644 (file)
@@ -62,7 +62,7 @@ and think it is a bug in Python.  It's not.  This has little to do with Python,
 and much more to do with how the underlying platform handles floating-point
 numbers.
 
-The :class:`float` type in CPython uses a C :c:type:`double` for storage.  A
+The :class:`float` type in CPython uses a C ``double`` for storage.  A
 :class:`float` object's value is stored in binary floating-point with a fixed
 precision (typically 53 bits) and Python uses C operations, which in turn rely
 on the hardware implementation in the processor, to perform floating-point
index 0e6dd8d360cbc9cce46021211967b086561cee15..8f20588c4c585ed881eb9ad712a2ac061e338bb9 100644 (file)
@@ -1 +1 @@
-In :mod:`inspect`, fix overeager replacement of "`typing.`" in formatting annotations.
+In :mod:`inspect`, fix overeager replacement of "``typing.``" in formatting annotations.