mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -495,7 +495,7 @@ PyObject *PyBytes_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