Browse Source

Format

pull/3/head
Jure Šorn 5 years ago
parent
commit
006e7b9b19
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -204,7 +204,7 @@ String
```python
<list> = <str>.split() # Splits on any whitespace character.
<list> = <str>.split(sep=None, maxsplit=-1) # Splits on 'sep' at most 'maxsplit' times.
<str> = <str>.join(<list>) # Joins elements using <str> as separator.
<str> = <str>.join(<list>) # Joins elements using string as separator.
```
```python

Loading…
Cancel
Save