Nuke accurate but confusing and unhelpful comments about split vs splitfields.

This commit is contained in:
Tim Peters 2001-02-09 20:18:41 +00:00
parent 10fb386399
commit 6b6b39e8b6
2 changed files with 0 additions and 2 deletions

View file

@ -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