diff options
Diffstat (limited to 'Lib/stringold.py')
-rw-r--r-- | Lib/stringold.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/stringold.py b/Lib/stringold.py index dcc1143..2ee0ad9 100644 --- a/Lib/stringold.py +++ b/Lib/stringold.py @@ -98,7 +98,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=0): """split(str [,sep [,maxsplit]]) -> list of strings |