From: Ezio Melotti Date: Sun, 17 Nov 2013 00:47:12 +0000 (+0200) Subject: #19238: fix typo in documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3c61368e38cf7ccfdc4c2194b4bc0d34fe1118a;p=python #19238: fix typo in documentation. --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 673b6abfd7..b0ffb6a9e3 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -330,7 +330,7 @@ The general form of a *standard format specifier* is: precision: `integer` 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. Note that it is not possible to use ``{`` and ``}`` as *fill* char while using the :meth:`str.format` method; this limitation however doesn't