diff --git a/README.md b/README.md index 6f73dd5..ac569c1 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,7 @@ Set .intersection() .difference() ``` -#### 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 ---------