mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Nuke accurate but confusing and unhelpful comments about split vs splitfields.
This commit is contained in:
parent
10fb386399
commit
6b6b39e8b6
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue