Kaydet (Commit) c2432f6e authored tarafından Martin Panter's avatar Martin Panter

One more typo in a comment

üst 585a6acf
...@@ -4035,7 +4035,7 @@ fstring_compile_expr(PyObject *str, Py_ssize_t expr_start, ...@@ -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 >= 0 && expr_end < PyUnicode_GET_LENGTH(str));
assert(expr_end >= expr_start); 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 expression inside this str. This will have been caught before
we're called. */ we're called. */
assert(expr_start >= 1); assert(expr_start >= 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment