Commit 2bae4fac authored by Fred Drake's avatar Fred Drake

Remove extra "]" in splitlines() docstring.

Reported by Neal Norwitz.
parent dc579093
...@@ -2538,7 +2538,7 @@ string_istitle(PyStringObject *self, PyObject *uncased) ...@@ -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\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment