mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
1aa999c49e
commit
24b07bcba3
44 changed files with 51 additions and 50 deletions
|
@ -744,7 +744,7 @@ PyObject *PyString_DecodeEscape(const char *s,
|
|||
default:
|
||||
*p++ = '\\';
|
||||
s--;
|
||||
goto non_esc; /* an arbitry number of unescaped
|
||||
goto non_esc; /* an arbitrary number of unescaped
|
||||
UTF-8 bytes may follow. */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue