diff options
Diffstat (limited to 'Lib/string.py')
-rw-r--r-- | Lib/string.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/string.py b/Lib/string.py index bdd9254..913d980 100644 --- a/Lib/string.py +++ b/Lib/string.py @@ -100,7 +100,6 @@ def rstrip(s): # Split a string into a list of space/tab-separated words -# NB: split(s) is NOT the same as splitfields(s, ' ')! def split(s, sep=None, maxsplit=-1): """split(s [,sep [,maxsplit]]) -> list of strings |