Kaydet (Commit) 07bbfc6a authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Comment typo

üst e6e43c86
...@@ -196,7 +196,7 @@ int unicode_resize(register PyUnicodeObject *unicode, ...@@ -196,7 +196,7 @@ int unicode_resize(register PyUnicodeObject *unicode,
/* We allocate one more byte to make sure the string is Ux0000 terminated. /* We allocate one more byte to make sure the string is Ux0000 terminated.
The overallocation is also used by fastsearch, which assumes that it's The overallocation is also used by fastsearch, which assumes that it's
safe to look at str[length] (without makeing any assumptions about what safe to look at str[length] (without making any assumptions about what
it contains). */ it contains). */
oldstr = unicode->str; oldstr = unicode->str;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment