Browse Source

Update

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

5
README.md

@ -57,8 +57,7 @@ Set
<set>.intersection(<set>)
<set>.difference(<set>)
```
#### Frozenset
##### Is hashable and can be used as a key in dictionary.
#### Frozenset — Is hashable and can be used as a key in dictionary.
Range
@ -68,7 +67,7 @@ range(to_exclusive)
range(from_inclusive, to_exclusive)
range(from_inclusive, to_exclusive, step_size)
```
##### Negative step_size can be used for backward range.
##### Negative _step_size_ can be used for backward range.
Enumerate
---------

|||||||
100:0
Loading…
Cancel
Save