Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6625dec

Browse files
authored
Update sets.md
Typo fix
1 parentc73f589 commit6625dec

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 automaticallyremove all the duplicate values.
47+
A set automaticallyremoves all the duplicate values.
4848

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp