Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fb386 commit 6b6b39eCopy full SHA for 6b6b39e
2 files changed
Lib/string.py
@@ -100,7 +100,6 @@ def rstrip(s):
100
101
102
# Split a string into a list of space/tab-separated words
103
-# NB: split(s) is NOT the same as splitfields(s, ' ')!
104
def split(s, sep=None, maxsplit=-1):
105
"""split(s [,sep [,maxsplit]]) -> list of strings
106
Lib/stringold.py
@@ -98,7 +98,6 @@ def rstrip(s):
98
99
def split(s, sep=None, maxsplit=0):
"""split(str [,sep [,maxsplit]]) -> list of strings
0 commit comments