Skip to content

Commit

Permalink
Doc: Fix sphinx-lint issues (pythonGH-98911)
Browse files Browse the repository at this point in the history
They were introduced right between pythonGH-98441 and pythonGH-98408.
(cherry picked from commit c1c3be0)

Co-authored-by: Julien Palard <julien@palard.fr>
  • Loading branch information
JulienPalard authored and miss-islington committed Oct 31, 2022
1 parent f6f07b2 commit 0b94f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/itertools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ The primary purpose of the itertools recipes is educational. The recipes show
various ways of thinking about individual tools — for example, that
``chain.from_iterable`` is related to the concept of flattening. The recipes
also give ideas about ways that the tools can be combined — for example, how
`compress()` and `range()` can work together. The recipes also show patterns
``compress()`` and ``range()`` can work together. The recipes also show patterns
for using itertools with the :mod:`operator` and :mod:`collections` modules as
well as with the built-in itertools such as ``map()``, ``filter()``,
``reversed()``, and ``enumerate()``.
Expand Down

0 comments on commit 0b94f75

Please sign in to comment.