Browse Source

Set

pull/23/head
Jure Šorn 6 years ago
parent
commit
4a797f9d25
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -110,7 +110,7 @@ Set
``` ```
```python ```python
<set>.remove(<el>) # Removes item or raises KeyError.
<set>.remove(<el>) # Raises KeyError.
<set>.discard(<el>) # Doesn't raise an error. <set>.discard(<el>) # Doesn't raise an error.
``` ```

Loading…
Cancel
Save