Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3998915 commit 2bbdfe7Copy full SHA for 2bbdfe7
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