[Python-checkins] cpython: One more typo in a comment

martin.panter python-checkins at python.org
Wed Oct 7 07:28:46 EDT 2015


https://hg.python.org/cpython/rev/3291e6132a67
changeset:   98591:3291e6132a67
user:        Martin Panter <vadmium+py at gmail.com>
date:        Wed Oct 07 11:15:15 2015 +0000
summary:
  One more typo in a comment

files:
  Python/ast.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Python/ast.c b/Python/ast.c
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -4035,7 +4035,7 @@
     assert(expr_end >= 0 && expr_end < PyUnicode_GET_LENGTH(str));
     assert(expr_end >= expr_start);
 
-    /* There has to be at least on character on each side of the
+    /* There has to be at least one character on each side of the
        expression inside this str. This will have been caught before
        we're called. */
     assert(expr_start >= 1);

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


More information about the Python-checkins mailing list