mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
merge with 3.2
This commit is contained in:
commit
36c4e38f73
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ The general form of a *standard format specifier* is:
|
|||
|
||||
.. 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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue