Commit ca0d2cb6 authored by Thomas Heller's avatar Thomas Heller

Add a missing line continuation character.

parent 9996828c
...@@ -5987,7 +5987,7 @@ PyDoc_STRVAR(split__doc__, ...@@ -5987,7 +5987,7 @@ PyDoc_STRVAR(split__doc__,
\n\ \n\
Return a list of the words in S, using sep as the\n\ Return a list of the words in S, using sep as the\n\
delimiter string. If maxsplit is given, at most maxsplit\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."); any whitespace string is a separator.");
static PyObject* static PyObject*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment