correctly define what 'fill' could be; thanks to Leland Hulbert from docs@

This commit is contained in:
Sandro Tosi 2012-05-12 23:29:32 +02:00
parent 5fddf866d8
commit 38b86b4cf5
1 changed files with 1 additions and 1 deletions

View File

@ -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`