mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Doc: Fix sphinx-lint issues (GH-98911)
They were introduced right between GH-98441 and GH-98408.
This commit is contained in:
parent
880bafc574
commit
c1c3be0f9d
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ The primary purpose of the itertools recipes is educational. The recipes show
|
||||||
various ways of thinking about individual tools — for example, that
|
various ways of thinking about individual tools — for example, that
|
||||||
``chain.from_iterable`` is related to the concept of flattening. The recipes
|
``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
|
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
|
for using itertools with the :mod:`operator` and :mod:`collections` modules as
|
||||||
well as with the built-in itertools such as ``map()``, ``filter()``,
|
well as with the built-in itertools such as ``map()``, ``filter()``,
|
||||||
``reversed()``, and ``enumerate()``.
|
``reversed()``, and ``enumerate()``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue