Fix a little grammar.

This commit is contained in:
Brett Cannon 2015-08-08 14:03:59 -07:00
parent aea7672a91
commit 6040fa4e49
1 changed files with 1 additions and 1 deletions

View File

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