Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 094d0e0 + 38b86b4 commit 36c4e38Copy full SHA for 36c4e38
1 file changed
Doc/library/string.rst
@@ -292,7 +292,7 @@ The general form of a *standard format specifier* is:
292
293
.. productionlist:: sf
294
format_spec: [[`fill`]`align`][`sign`][#][0][`width`][,][.`precision`][`type`]
295
- fill: <a character other than '}'>
+ fill: <a character other than '{' or '}'>
296
align: "<" | ">" | "=" | "^"
297
sign: "+" | "-" | " "
298
width: `integer`
0 commit comments