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 5be679a commit e36fecfCopy full SHA for e36fecf
README.md
@@ -245,7 +245,7 @@ String
245
```python
246
<list> = <str>.split() # Splits on any whitespace character.
247
<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.
+<str> = <str>.join(<collection>) # Joins string elements using str as separator.
249
```
250
251
0 commit comments