From 9adff731fefd639ad16eb47cc5da05779fb9898a Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Thu, 1 May 2025 14:22:07 +0300 Subject: [PATCH] gh-121249: fix complex formatting codes in the struct docs (note 10) This amends 85f89cb. --- Doc/library/struct.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/struct.rst b/Doc/library/struct.rst index 071b90b9359fa5..86c5b555be7e94 100644 --- a/Doc/library/struct.rst +++ b/Doc/library/struct.rst @@ -364,7 +364,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.