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

Commit9c39af5

Browse files
committed
sets minor fix
1 parent4268d36 commit9c39af5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ Traceback (most recent call last):
16191619
KeyError:3
16201620
```
16211621

1622-
update()
1622+
`discard()` won't raise any errors.
16231623

16241624
```python
16251625
>>> s= {1,2,3}

‎blog_files/pysheet.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ Traceback (most recent call last):
13051305
KeyError:3
13061306
```
13071307

1308-
update()
1308+
`discard()` won't raise any errors.
13091309

13101310
```python
13111311
>>> s= {1,2,3}

‎python_cheat_sheet.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@
27462746
"cell_type":"markdown",
27472747
"metadata": {},
27482748
"source": [
2749-
"update()"
2749+
"`discard()` won't raise any errors."
27502750
]
27512751
},
27522752
{

‎python_cheat_sheet.pdf‎

28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp