Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f111f5

Browse files
gh-96073: fix backticks in NEWS entry (GH-98056)
Automerge-Triggered-By: GH:JelleZijlstra
1 parent34e6f35 commit0f111f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Doc/faq/design.rst‎

Lines changed: 1 addition & 1 deletion
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
Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp