[Python-checkins] Fix markup indentation (GH-98424)

rhettinger webhook-mailer at python.org
Tue Oct 18 21:14:46 EDT 2022


https://github.com/python/cpython/commit/a53f637368c1e3b8bc5513cb2b0c3d7a3dff321a
commit: a53f637368c1e3b8bc5513cb2b0c3d7a3dff321a
branch: main
author: Raymond Hettinger <rhettinger at users.noreply.github.com>
committer: rhettinger <rhettinger at users.noreply.github.com>
date: 2022-10-18T20:14:41-05:00
summary:

Fix markup indentation (GH-98424)

Fix markup

files:
M Doc/library/itertools.rst

diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst
index 07bb08625375..4f5b61ce62cb 100644
--- a/Doc/library/itertools.rst
+++ b/Doc/library/itertools.rst
@@ -198,7 +198,7 @@ loops that truncate the stream.
           while (batch := list(islice(it, n))):
               yield batch
 
-    .. versionadded:: 3.12
+   .. versionadded:: 3.12
 
 
 .. function:: chain(*iterables)



More information about the Python-checkins mailing list