summaryrefslogtreecommitdiff
path: root/Objects
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-09-15 11:41:32 +0000
committerThomas Heller <theller@ctypes.org>2004-09-15 11:41:32 +0000
commit81ad0c9d9e52cae4752257ceb4dbf1698603530a (patch)
tree4cc0ea15098010bc7b974595bc8b5081289c53b1 /Objects
parentc5d86a7d25336ff026348f4119099cdab6004081 (diff)
downloadcpython-81ad0c9d9e52cae4752257ceb4dbf1698603530a.tar.gz
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 f238f44dad..a2145bfb33 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*