mirror of
https://github.com/python/cpython.git
synced 2025-07-16 15:55:18 +00:00
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
(cherry picked from commit 1a0c7b9ba4
)
This commit is contained in:
parent
225cbee8d8
commit
a45d9051ed
100 changed files with 238 additions and 238 deletions
|
@ -1927,7 +1927,7 @@ machine architecture issues.\n\
|
|||
Not all Python object types are supported; in general, only objects\n\
|
||||
whose value is independent from a particular invocation of Python can be\n\
|
||||
written and read by this module. The following types are supported:\n\
|
||||
None, integers, floating point numbers, strings, bytes, bytearrays,\n\
|
||||
None, integers, floating-point numbers, strings, bytes, bytearrays,\n\
|
||||
tuples, lists, sets, dictionaries, and code objects, where it\n\
|
||||
should be understood that tuples, lists and dictionaries are only\n\
|
||||
supported as long as the values contained therein are themselves\n\
|
||||
|
@ -1938,7 +1938,7 @@ Variables:\n\
|
|||
\n\
|
||||
version -- indicates the format that the module uses. Version 0 is the\n\
|
||||
historical format, version 1 shares interned strings and version 2\n\
|
||||
uses a binary format for floating point numbers.\n\
|
||||
uses a binary format for floating-point numbers.\n\
|
||||
Version 3 shares common object references (New in version 3.4).\n\
|
||||
\n\
|
||||
Functions:\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue