]> granicus.if.org Git - python/commitdiff
One more typo in a comment
authorMartin Panter <vadmium+py@gmail.com>
Wed, 7 Oct 2015 11:15:15 +0000 (11:15 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 7 Oct 2015 11:15:15 +0000 (11:15 +0000)
Python/ast.c

index 88fcd379f1cc6c2132c88681b16345bbb68283a6..5a7a745c61b31f8d28b95719cec854bc866653bb 100644 (file)
@@ -4035,7 +4035,7 @@ fstring_compile_expr(PyObject *str, Py_ssize_t expr_start,
     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);