commit | 36c4e38f73b6fcb26359ec12338e34d9cc1b75b9 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sat May 12 23:30:05 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sat May 12 23:30:05 2012 +0200 |
tree | f90de0c285db59d1d09cd58d190c1f9f1ad2d559 | |
parent | 094d0e002c8e21aa5872b37953d7e135df1d3e9c [diff] | |
parent | 38b86b4cf555e7054fb0c51cdbb1b76fed0ccf7c [diff] |
merge with 3.2
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 1f8e230..fc0bd24 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst
@@ -292,7 +292,7 @@ .. productionlist:: sf format_spec: [[`fill`]`align`][`sign`][#][0][`width`][,][.`precision`][`type`] - fill: <a character other than '}'> + fill: <a character other than '{' or '}'> align: "<" | ">" | "=" | "^" sign: "+" | "-" | " " width: `integer`