Skip to content

Commit 72fbd93

Browse files
committed
String
1 parent cfe6b41 commit 72fbd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ String
245245
```python
246246
<list> = <str>.split() # Splits on any whitespace character.
247247
<list> = <str>.split(sep=None, maxsplit=-1) # Splits on 'sep' str at most 'maxsplit' times.
248-
<str> = <str>.join(<list>) # Joins elements using string as separator.
248+
<str> = <str>.join(<collection>) # Joins elements using string as separator.
249249
```
250250

251251
```python

0 commit comments

Comments
 (0)