Browse Source

Set

pull/27/head
Jure Šorn 5 years ago
parent
commit
b95e902be0
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -120,7 +120,7 @@ Set
``` ```
### Frozenset ### Frozenset
#### Is hashable, meaning it can be used as a key in dictionary.
#### Is hashable, meaning it can be used as a key in dictionary or element in set.
```python ```python
<frozenset> = frozenset(<collection>) <frozenset> = frozenset(<collection>)
``` ```

Loading…
Cancel
Save