commit | 2a1fd059717e480de852f05750e1c892567d4c3b | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Nov 29 02:03:32 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Nov 29 02:03:32 2008 +0000 |
tree | fa6fdea7172dc7e7cf5c3aeedcddb14529f73fae | |
parent | 0381f48936b47f4b526f51a8f80787d14c9b2f93 [diff] [blame] |
Fix a small typo in docstring
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 1742425..ba14843 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c
@@ -7680,7 +7680,7 @@ } 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\