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

Appearance settings

Commit d78768e

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/struct.rst

Copy file name to clipboardExpand all lines: Doc/library/struct.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.