mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
One more typo in a comment
This commit is contained in:
parent
585a6acfef
commit
c2432f6edb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue