Kaydet (Commit) ab2aa6dc authored tarafından Eric V. Smith's avatar Eric V. Smith

Fixed an incorrect comment.

üst 7f344a89
...@@ -67,7 +67,7 @@ SubString_new_object(SubString *str) ...@@ -67,7 +67,7 @@ SubString_new_object(SubString *str)
return PyUnicode_Substring(str->str, str->start, str->end); return PyUnicode_Substring(str->str, str->start, str->end);
} }
/* return a new string. if str->str is NULL, return None */ /* return a new string. if str->str is NULL, return a new empty string */
Py_LOCAL_INLINE(PyObject *) Py_LOCAL_INLINE(PyObject *)
SubString_new_object_or_empty(SubString *str) SubString_new_object_or_empty(SubString *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