Remove extra "]" in splitlines() docstring.

Reported by Neal Norwitz.
This commit is contained in:
Fred Drake 2001-10-13 15:57:55 +00:00
parent dc57909323
commit 2bae4face2
1 changed files with 1 additions and 1 deletions

View File

@ -2538,7 +2538,7 @@ string_istitle(PyStringObject *self, PyObject *uncased)
static char splitlines__doc__[] = static char splitlines__doc__[] =
"S.splitlines([keepends]]) -> list of strings\n\ "S.splitlines([keepends]) -> list of strings\n\
\n\ \n\
Return a list of the lines in S, breaking at line boundaries.\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\ Line breaks are not included in the resulting list unless keepends\n\