diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/unicodeobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 6d0435a..9c05010 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -674,7 +674,7 @@ extern DL_IMPORT(PyObject*) PyUnicode_Split( extern DL_IMPORT(PyObject*) PyUnicode_Splitlines( PyObject *s, /* String to split */ - int maxsplit /* Maxsplit count */ + int keepends /* If true, line end markers are included */ ); /* Translate a string by applying a character mapping table to it and |