Skip to content

Commit 92378b1

Browse files
committed
Typo correction.
1 parent 2d33f9c commit 92378b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/strings/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ sentence = word + " " + "means" + " " + number + " in " + language + "."
168168
"дев'ять means nine in Ukrainian."
169169
```
170170

171-
If a `list`, `tuple`, `set` or other collection of individual strings needs to be combined into a single `str`, [`<str>.join(<iterable>)`][str-join], is a better option:
171+
If a `list`, `tuple`, `set` or other collection of individual strings needs to be combined into a single `str`, [`<str>.join(<iterable>)`][str-join] is a better option:
172172

173173

174174
```python

0 commit comments

Comments
 (0)