Skip to content

Commit a53f637

Browse files
authored
Fix markup indentation (GH-98424)
Fix markup
1 parent fcae195 commit a53f637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/itertools.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ loops that truncate the stream.
198198
while (batch := list(islice(it, n))):
199199
yield batch
200200

201-
.. versionadded:: 3.12
201+
.. versionadded:: 3.12
202202

203203

204204
.. function:: chain(*iterables)

0 commit comments

Comments
 (0)