[Python-checkins] r67444 - python/trunk/Objects/unicodeobject.c

amaury.forgeotdarc python-checkins at python.org
Sat Nov 29 03:03:32 CET 2008


Author: amaury.forgeotdarc
Date: Sat Nov 29 03:03:32 2008
New Revision: 67444

Log:
Fix a small typo in docstring


Modified:
   python/trunk/Objects/unicodeobject.c

Modified: python/trunk/Objects/unicodeobject.c
==============================================================================
--- python/trunk/Objects/unicodeobject.c	(original)
+++ python/trunk/Objects/unicodeobject.c	Sat Nov 29 03:03:32 2008
@@ -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\


More information about the Python-checkins mailing list