Browse Source

Set

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

2
README.md

@ -86,7 +86,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()
<frozenset> = frozenset(<collection>)
``` ```
Range Range

Loading…
Cancel
Save