Skip to content

Commit c546922

Browse files
committed
Set
1 parent a8fdb7d commit c546922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Set
110110
```
111111

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

117117
### Frozenset

0 commit comments

Comments
 (0)