Kaydet (Commit) 2bbdfe7e authored tarafından Ezio Melotti's avatar Ezio Melotti

#19238: fix typo in documentation.

üst 39989157
...@@ -300,7 +300,7 @@ The general form of a *standard format specifier* is: ...@@ -300,7 +300,7 @@ The general form of a *standard format specifier* is:
precision: `integer` precision: `integer`
type: "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "n" | "o" | "s" | "x" | "X" | "%" type: "b" | "c" | "d" | "e" | "E" | "f" | "F" | "g" | "G" | "n" | "o" | "s" | "x" | "X" | "%"
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*
character that can be any character and defaults to a space if omitted. character that can be any character and defaults to a space if omitted.
Note that it is not possible to use ``{`` and ``}`` as *fill* char while Note that it is not possible to use ``{`` and ``}`` as *fill* char while
using the :meth:`str.format` method; this limitation however doesn't using the :meth:`str.format` method; this limitation however doesn't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment