Fix a small typo in docstring

This commit is contained in:
Amaury Forgeot d'Arc 2008-11-29 02:03:32 +00:00
parent 0381f48936
commit 2a1fd05971
1 changed files with 1 additions and 1 deletions

View File

@ -7680,7 +7680,7 @@ unicode_rsplit(PyUnicodeObject *self, PyObject *args)
}
PyDoc_STRVAR(splitlines__doc__,
"S.splitlines([keepends]]) -> list of strings\n\
"S.splitlines([keepends]) -> list of strings\n\
\n\
Return a list of the lines in S, breaking at line boundaries.\n\
Line breaks are not included in the resulting list unless keepends\n\