mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249)
This amends 85f89cb
.
This commit is contained in:
parent
2da48e32f6
commit
d78768e3d6
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ Notes:
|
|||
``'0c'`` means 0 characters).
|
||||
|
||||
(10)
|
||||
For the ``'E'`` and ``'C'`` format characters, the packed representation uses
|
||||
For the ``'F'`` and ``'D'`` format characters, the packed representation uses
|
||||
the IEEE 754 binary32 and binary64 format for components of the complex
|
||||
number, regardless of the floating-point format used by the platform.
|
||||
Note that complex types (``F`` and ``D``) are available unconditionally,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue