diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-17 00:47:38 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-11-17 00:47:38 (GMT) |
commit | eb8ea265bac16844efebe4f42d3c674527a66988 (patch) | |
tree | 694d6944dcbed2339ce860c34aeb0197b156dbd0 | |
parent | 932c6160b58396d97efdf82779a76c4f648a75f8 (diff) | |
parent | 2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a (diff) | |
download | cpython-eb8ea265bac16844efebe4f42d3c674527a66988.zip cpython-eb8ea265bac16844efebe4f42d3c674527a66988.tar.gz cpython-eb8ea265bac16844efebe4f42d3c674527a66988.tar.bz2 |
#19238: merge with 3.3.
-rw-r--r-- | Doc/library/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index e304c5d..e5bab68 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 |