]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup indentation (GH-98424)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 19 Oct 2022 01:14:41 +0000 (20:14 -0500)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2022 01:14:41 +0000 (20:14 -0500)
Fix markup

Doc/library/itertools.rst

index 07bb08625375e4e75bfa05f63421b552b00af17e..4f5b61ce62cb88e0332085ece927fea22c6fcb07 100644 (file)
@@ -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)