We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f07b2 commit 43cbb3dCopy full SHA for 43cbb3d
Doc/library/itertools.rst
@@ -723,7 +723,7 @@ The primary purpose of the itertools recipes is educational. The recipes show
723
various ways of thinking about individual tools — for example, that
724
``chain.from_iterable`` is related to the concept of flattening. The recipes
725
also give ideas about ways that the tools can be combined — for example, how
726
-`compress()` and `range()` can work together. The recipes also show patterns
+``compress()`` and ``range()`` can work together. The recipes also show patterns
727
for using itertools with the :mod:`operator` and :mod:`collections` modules as
728
well as with the built-in itertools such as ``map()``, ``filter()``,
729
``reversed()``, and ``enumerate()``.
0 commit comments