Skip to content

Commit 875841a

Browse files
JelleZijlstrampage
authored andcommitted
pythongh-96073: fix backticks in NEWS entry (pythonGH-98056)
Automerge-Triggered-By: GH:JelleZijlstra
1 parent ca135e1 commit 875841a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/faq/design.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ and think it is a bug in Python. It's not. This has little to do with Python,
6262
and much more to do with how the underlying platform handles floating-point
6363
numbers.
6464

65-
The :class:`float` type in CPython uses a C :c:type:`double` for storage. A
65+
The :class:`float` type in CPython uses a C ``double`` for storage. A
6666
:class:`float` object's value is stored in binary floating-point with a fixed
6767
precision (typically 53 bits) and Python uses C operations, which in turn rely
6868
on the hardware implementation in the processor, to perform floating-point
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
In :mod:`inspect`, fix overeager replacement of "`typing.`" in formatting annotations.
1+
In :mod:`inspect`, fix overeager replacement of "``typing.``" in formatting annotations.

0 commit comments

Comments
 (0)