From 6040fa4e495a5ad792bffbdb44117334fad56f7a Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 8 Aug 2015 14:03:59 -0700 Subject: [PATCH] Fix a little grammar. --- pep-0498.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0498.txt b/pep-0498.txt index d11d09598..7720d33f2 100644 --- a/pep-0498.txt +++ b/pep-0498.txt @@ -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