Skip to content

Commit e5e04c8

Browse files
skirpichevpicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 785396a commit e5e04c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/struct.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ C11 standard) is supported, the following format characters are available:
285285
Added support for the ``'e'`` format.
286286

287287
.. versionchanged:: 3.14
288-
Added support for ``'E'`` and ``'C'`` formats.
288+
Added support for the ``'E'`` and ``'C'`` formats.
289289

290290

291291
Notes:
@@ -364,7 +364,7 @@ Notes:
364364
``'0c'`` means 0 characters).
365365

366366
(10)
367-
For the ``'E'`` and ``'C'`` conversion codes, the packed representation uses
367+
For the ``'E'`` and ``'C'`` format characters, the packed representation uses
368368
the IEEE 754 binary32 and binary64 format for components of the complex
369369
number, regardless of the floating-point format used by the platform.
370370

0 commit comments

Comments
 (0)