Skip to content

Commit 9c39af5

Browse files
committed
sets minor fix
1 parent 4268d36 commit 9c39af5

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)