]> granicus.if.org Git - python/commitdiff
Add a missing line continuation character.
authorThomas Heller <theller@ctypes.org>
Wed, 15 Sep 2004 11:41:32 +0000 (11:41 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 15 Sep 2004 11:41:32 +0000 (11:41 +0000)
Objects/unicodeobject.c

index f238f44dad3955dd7565a8bb436484d6e84b9075..a2145bfb33b1245a15c744141aa2de0befedbfaf 100644 (file)
@@ -5987,7 +5987,7 @@ PyDoc_STRVAR(split__doc__,
 \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*