aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/struct.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/struct.rst')
-rw-r--r--Doc/library/struct.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/struct.rst b/Doc/library/struct.rst
index 66a1fdea54d..17fc479fd0c 100644
--- a/Doc/library/struct.rst
+++ b/Doc/library/struct.rst
@@ -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,