8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880bafc commit c1c3be0Copy full SHA for c1c3be0
Doc/library/itertools.rst
@@ -762,7 +762,7 @@ The primary purpose of the itertools recipes is educational. The recipes show
762
various ways of thinking about individual tools — for example, that
763
``chain.from_iterable`` is related to the concept of flattening. The recipes
764
also give ideas about ways that the tools can be combined — for example, how
765
-`compress()` and `range()` can work together. The recipes also show patterns
+``compress()`` and ``range()`` can work together. The recipes also show patterns
766
for using itertools with the :mod:`operator` and :mod:`collections` modules as
767
well as with the built-in itertools such as ``map()``, ``filter()``,
768
``reversed()``, and ``enumerate()``.
0 commit comments