Skip to content

Commit 6625dec

Browse files
authored
Update sets.md
Typo fix
1 parent c73f589 commit 6625dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet/sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are two ways to create sets: using curly braces `{}` and the built-in func
4444

4545
## Unordered collections of unique elements
4646

47-
A set automatically remove all the duplicate values.
47+
A set automatically removes all the duplicate values.
4848

4949
```python
5050
>>> s = {1, 2, 3, 2, 3, 4}

0 commit comments

Comments
 (0)