mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
@ -9323,7 +9323,7 @@ tailmatch(PyObject *self,
|
|||
PyUnicode_GET_LENGTH(substring) *
|
||||
PyUnicode_KIND(substring));
|
||||
}
|
||||
/* otherwise we have to compare each character by first accesing it */
|
||||
/* otherwise we have to compare each character by first accessing it */
|
||||
else {
|
||||
/* We do not need to compare 0 and len(substring)-1 because
|
||||
the if statement above ensured already that they are equal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue