[Python-checkins] peps: Fix a little grammar.

brett.cannon python-checkins at python.org
Sat Aug 8 23:04:06 CEST 2015


https://hg.python.org/peps/rev/92995b94611d
changeset:   5939:92995b94611d
user:        Brett Cannon <brett at python.org>
date:        Sat Aug 08 14:03:59 2015 -0700
summary:
  Fix a little grammar.

files:
  pep-0498.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0498.txt b/pep-0498.txt
--- a/pep-0498.txt
+++ b/pep-0498.txt
@@ -160,7 +160,7 @@
 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

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list