Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2432f6

Browse files
committed
One more typo in a comment
1 parent 585a6ac commit c2432f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4035,7 +4035,7 @@ fstring_compile_expr(PyObject *str, Py_ssize_t expr_start,
40354035
assert(expr_end >= 0 && expr_end < PyUnicode_GET_LENGTH(str));
40364036
assert(expr_end >= expr_start);
40374037

4038-
/* There has to be at least on character on each side of the
4038+
/* There has to be at least one character on each side of the
40394039
expression inside this str. This will have been caught before
40404040
we're called. */
40414041
assert(expr_start >= 1);

0 commit comments

Comments
 (0)