[Python-checkins] peps: Grammar fix.

eric.smith python-checkins at python.org
Mon Sep 7 00:15:40 CEST 2015


https://hg.python.org/peps/rev/016de7b73cfc
changeset:   6042:016de7b73cfc
user:        Eric V. Smith <eric at trueblade.com>
date:        Sun Sep 06 18:15:38 2015 -0400
summary:
  Grammar fix.

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
@@ -200,7 +200,7 @@
 brace. Doubled opening braces do not signify the start of an
 expression.
 
-Comments, using the ``'#'`` character, are not allowed inside the
+Comments, using the ``'#'`` character, are not allowed inside an
 expression.
 
 Following the expression, an optional type conversion may be

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


More information about the Python-checkins mailing list