From: Ezio Melotti Date: Sun, 17 Nov 2013 00:47:12 +0000 (+0200) Subject: #19238: fix typo in documentation. X-Git-Tag: v3.4.0b1~231^2~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a;p=python #19238: fix typo in documentation. --- diff --git a/Doc/library/string.rst b/Doc/library/string.rst index e304c5d4ff..e5bab684df 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -300,7 +300,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