| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -778,7 +778,7 @@ The primary purpose of the itertools recipes is educational. The recipes show | |||
| 778 | 778 | various ways of thinking about individual tools — for example, that | |
| 779 | 779 | ``chain.from_iterable`` is related to the concept of flattening. The recipes | |
| 780 | 780 | also give ideas about ways that the tools can be combined — for example, how | |
| 781 | - ``compress()`` and ``range()`` can work together. The recipes also show patterns | ||
| 781 | + ``starmap()`` and ``repeat()`` can work together. The recipes also show patterns | ||
| 782 | 782 | for using itertools with the :mod:`operator` and :mod:`collections` modules as | |
| 783 | 783 | well as with the built-in itertools such as ``map()``, ``filter()``, | |
| 784 | 784 | ``reversed()``, and ``enumerate()``. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments