mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix markup glitch.
This commit is contained in:
parent
4de2263616
commit
744b32a544
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ string functions based on regular expressions.
|
|||
specified, then there is no limit on the number of splits (all possible
|
||||
splits are made).
|
||||
|
||||
If *sep is given, consecutive delimiters are not grouped together and are
|
||||
If *sep* is given, consecutive delimiters are not grouped together and are
|
||||
deemed to delimit empty strings (for example, ``'1,,2'.split(',')`` returns
|
||||
``['1', '', '2']``). The *sep* argument may consist of multiple characters
|
||||
(for example, ``'1<>2<>3'.split('<>')`` returns ``['1', '2', '3']``).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue