diff --git a/README.md b/README.md index b72cf43..7c5baba 100644 --- a/README.md +++ b/README.md @@ -178,8 +178,6 @@ Point(x=1, y=2) Iterator -------- -**In this cheatsheet `''` can also mean an iterator.** - ```python from itertools import count, repeat, cycle, chain, islice ```