summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-09-15 11:41:32 (GMT)
committerThomas Heller <theller@ctypes.org>2004-09-15 11:41:32 (GMT)
commitca0d2cb66ea25e56bb7ec5184aeb20cd65303d1a (patch)
treea2fd91b8ca536b37d2c8b08eba567eb546104db9 /Objects
parent9996828caad6a727e075ec83a75af66477a8a6f4 (diff)
downloadcpython-ca0d2cb66ea25e56bb7ec5184aeb20cd65303d1a.zip
cpython-ca0d2cb66ea25e56bb7ec5184aeb20cd65303d1a.tar.gz
cpython-ca0d2cb66ea25e56bb7ec5184aeb20cd65303d1a.tar.bz2
Add a missing line continuation character.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index f238f44..a2145bf 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -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*