mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#18466: fix more typos. Patch by Févry Thibault.
This commit is contained in:
parent
b5bc353b88
commit
85a8629d21
12 changed files with 12 additions and 12 deletions
|
|
@ -524,7 +524,7 @@ nfd_nfkd(PyObject *self, PyObject *input, int k)
|
|||
while(stackptr) {
|
||||
Py_UCS4 code = stack[--stackptr];
|
||||
/* Hangul Decomposition adds three characters in
|
||||
a single step, so we need atleast that much room. */
|
||||
a single step, so we need at least that much room. */
|
||||
if (space < 3) {
|
||||
Py_UCS4 *new_output;
|
||||
osize += 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue