Skip to content

Commit c1c3be0

Browse files
authored
Doc: Fix sphinx-lint issues (GH-98911)
They were introduced right between GH-98441 and GH-98408.
1 parent 880bafc commit c1c3be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/itertools.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ The primary purpose of the itertools recipes is educational. The recipes show
762762
various ways of thinking about individual tools — for example, that
763763
``chain.from_iterable`` is related to the concept of flattening. The recipes
764764
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
765+
``compress()`` and ``range()`` can work together. The recipes also show patterns
766766
for using itertools with the :mod:`operator` and :mod:`collections` modules as
767767
well as with the built-in itertools such as ``map()``, ``filter()``,
768768
``reversed()``, and ``enumerate()``.

0 commit comments

Comments
 (0)