Skip to content

Commit 72d196a

Browse files
authored
Update comment in Modules/_localemodule.c
1 parent 6d70ff6 commit 72d196a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_localemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ _locale_strxfrm_impl(PyObject *module, PyObject *str)
457457

458458
/* assume no change in size, first */
459459
n1 = n1 + 1;
460-
/* Yet one +1 is needed to work around a platform bug in wcsxfrm()
460+
/* Yet another +1 is needed to work around a platform bug in wcsxfrm()
461461
* on macOS. See gh-130567. */
462462
buf = PyMem_New(wchar_t, n1+1);
463463
if (!buf) {

0 commit comments

Comments
 (0)