[Python-checkins] Doc: Fix sphinx-lint issues (GH-98911)

JulienPalard webhook-mailer at python.org
Mon Oct 31 11:30:36 EDT 2022


https://github.com/python/cpython/commit/c1c3be0f9dc414bfae9a5718451ca217751ac687
commit: c1c3be0f9dc414bfae9a5718451ca217751ac687
branch: main
author: Julien Palard <julien at palard.fr>
committer: JulienPalard <julien at palard.fr>
date: 2022-10-31T16:30:29+01:00
summary:

Doc: Fix sphinx-lint issues (GH-98911)

They were introduced right between GH-98441 and GH-98408.

files:
M Doc/library/itertools.rst

diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst
index 4f5b61ce62cb..0b5978505a96 100644
--- a/Doc/library/itertools.rst
+++ b/Doc/library/itertools.rst
@@ -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
 ``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()``.



More information about the Python-checkins mailing list