Skip to content

Commit 4a797f9

Browse files
committed
Set
1 parent c546922 commit 4a797f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Set
110110
```
111111

112112
```python
113-
<set>.remove(<el>) # Removes item or raises KeyError.
113+
<set>.remove(<el>) # Raises KeyError.
114114
<set>.discard(<el>) # Doesn't raise an error.
115115
```
116116

0 commit comments

Comments
 (0)