diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 8fab6a9e2515..aea31aca6b1a 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\