Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bbdfe7

Browse files
committed
#19238: fix typo in documentation.
1 parent 3998915 commit 2bbdfe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The general form of a *standard format specifier* is:
300300
precision: `integer`
301301
type: "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "n" | "o" | "s" | "x" | "X" | "%"
302302

303-
If a valid *align* value is specified, it can be preceeded by a *fill*
303+
If a valid *align* value is specified, it can be preceded by a *fill*
304304
character that can be any character and defaults to a space if omitted.
305305
Note that it is not possible to use ``{`` and ``}`` as *fill* char while
306306
using the :meth:`str.format` method; this limitation however doesn't

0 commit comments

Comments
 (0)