Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36c4e38

Browse files
committed
merge with 3.2
2 parents 094d0e0 + 38b86b4 commit 36c4e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The general form of a *standard format specifier* is:
292292

293293
.. productionlist:: sf
294294
format_spec: [[`fill`]`align`][`sign`][#][0][`width`][,][.`precision`][`type`]
295-
fill: <a character other than '}'>
295+
fill: <a character other than '{' or '}'>
296296
align: "<" | ">" | "=" | "^"
297297
sign: "+" | "-" | " "
298298
width: `integer`

0 commit comments

Comments
 (0)