Skip to content

Commit d78768e

Browse files
authored
gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249)
This amends 85f89cb.
1 parent 2da48e3 commit d78768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/struct.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Notes:
357357
``'0c'`` means 0 characters).
358358

359359
(10)
360-
For the ``'E'`` and ``'C'`` format characters, the packed representation uses
360+
For the ``'F'`` and ``'D'`` format characters, the packed representation uses
361361
the IEEE 754 binary32 and binary64 format for components of the complex
362362
number, regardless of the floating-point format used by the platform.
363363
Note that complex types (``F`` and ``D``) are available unconditionally,

0 commit comments

Comments
 (0)