From a53f637368c1e3b8bc5513cb2b0c3d7a3dff321a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 18 Oct 2022 20:14:41 -0500 Subject: Fix markup indentation (GH-98424) Fix markup --- Doc/library/itertools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 07bb086..4f5b61c 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) -- cgit v0.12