[Python-checkins] python/dist/src/Objects unicodeobject.c, 2.226, 2.227

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Sep 15 13:41:39 CEST 2004


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12214

Modified Files:
	unicodeobject.c 
Log Message:
Add a missing line continuation character.


Index: unicodeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/unicodeobject.c,v
retrieving revision 2.226
retrieving revision 2.227
diff -u -d -r2.226 -r2.227
--- unicodeobject.c	14 Sep 2004 09:45:10 -0000	2.226
+++ unicodeobject.c	15 Sep 2004 11:41:32 -0000	2.227
@@ -5987,7 +5987,7 @@
 \n\
 Return a list of the words in S, using sep as the\n\
 delimiter string.  If maxsplit is given, at most maxsplit\n\
-splits are done. If sep is not specified or is None,
+splits are done. If sep is not specified or is None,\n\
 any whitespace string is a separator.");
 
 static PyObject*



More information about the Python-checkins mailing list