Browse Source

Frozenset

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

2
README.md

@ -104,7 +104,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