diff options
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/stringobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 8fab6a9..aea31ac 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -2538,7 +2538,7 @@ string_istitle(PyStringObject *self, PyObject *uncased) static char 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\ |