From: Amaury Forgeot d'Arc Date: Sat, 29 Nov 2008 02:03:32 +0000 (+0000) Subject: Fix a small typo in docstring X-Git-Tag: v2.7a1~2607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1fd059717e480de852f05750e1c892567d4c3b;p=thirdparty%2FPython%2Fcpython.git Fix a small typo in docstring --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 17424256a22b..ba148430f1bb 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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\