mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +00:00
fixed typo
This commit is contained in:
parent
7a83089c06
commit
e0df762719
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ PyUnicodeObject *_PyUnicode_New(Py_ssize_t length)
|
|||
{
|
||||
register PyUnicodeObject *unicode;
|
||||
|
||||
/* Optimization fo empty strings */
|
||||
/* Optimization for empty strings */
|
||||
if (length == 0 && unicode_empty != NULL) {
|
||||
Py_INCREF(unicode_empty);
|
||||
return unicode_empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue