Skip to content

Commit 43cbb3d

Browse files
Doc: Fix sphinx-lint issues (GH-98911)
They were introduced right between GH-98441 and GH-98408. (cherry picked from commit c1c3be0) Co-authored-by: Julien Palard <[email protected]>
1 parent f6f07b2 commit 43cbb3d

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
@@ -723,7 +723,7 @@ The primary purpose of the itertools recipes is educational. The recipes show
723723
various ways of thinking about individual tools — for example, that
724724
``chain.from_iterable`` is related to the concept of flattening. The recipes
725725
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
726+
``compress()`` and ``range()`` can work together. The recipes also show patterns
727727
for using itertools with the :mod:`operator` and :mod:`collections` modules as
728728
well as with the built-in itertools such as ``map()``, ``filter()``,
729729
``reversed()``, and ``enumerate()``.

0 commit comments

Comments
 (0)