Browse Source

Frozenset

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

2
README.md

@ -110,7 +110,7 @@ Set
``` ```
### Frozenset ### Frozenset
####Is hashable and can be used as a key in dictionary.
#### Is hashable and can be used as a key in dictionary.
```python ```python
<frozenset> = frozenset(<collection>) <frozenset> = frozenset(<collection>)
``` ```

Loading…
Cancel
Save