Fix a little grammar.
This commit is contained in:
parent
aea7672a91
commit
6040fa4e49
|
@ -160,7 +160,7 @@ expressions, any doubled braces '{{' or '}}' are replaced by the
|
|||
corresponding single brace. Doubled opening braces do not signify the
|
||||
start of an expression.
|
||||
|
||||
Following the expression, an optionally the type conversion may be
|
||||
Following the expression, an optional type conversion may be
|
||||
specified. The allowed conversions are '!s' or '!r'. These are
|
||||
treated the same as in str.format: '!s' calls str() on the expression,
|
||||
and '!r' calls repr() on the expression. These conversions are applied
|
||||
|
|
Loading…
Reference in New Issue