]> granicus.if.org Git - python/commitdiff
Fix a small typo in docstring
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Nov 2008 02:03:32 +0000 (02:03 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Nov 2008 02:03:32 +0000 (02:03 +0000)
Objects/unicodeobject.c

index 17424256a22bd13681791115a1918805a2c387df..ba148430f1bbd9321bb8b8978a210dc7500e32a9 100644 (file)
@@ -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\