We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 932c616 + 2bbdfe7 commit eb8ea26Copy full SHA for eb8ea26
1 file changed
Doc/library/string.rst
@@ -300,7 +300,7 @@ The general form of a *standard format specifier* is:
300
precision: `integer`
301
type: "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "n" | "o" | "s" | "x" | "X" | "%"
302
303
-If a valid *align* value is specified, it can be preceeded by a *fill*
+If a valid *align* value is specified, it can be preceded by a *fill*
304
character that can be any character and defaults to a space if omitted.
305
Note that it is not possible to use ``{`` and ``}`` as *fill* char while
306
using the :meth:`str.format` method; this limitation however doesn't
0 commit comments