From: Raymond Hettinger Date: Wed, 19 Oct 2022 01:14:41 +0000 (-0500) Subject: Fix markup indentation (GH-98424) X-Git-Tag: v3.12.0a1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a53f637368c1e3b8bc5513cb2b0c3d7a3dff321a;p=thirdparty%2FPython%2Fcpython.git Fix markup indentation (GH-98424) Fix markup --- 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)