Skip to content

Commit

Permalink
Fix markup indentation (GH-98424)
Browse files Browse the repository at this point in the history
Fix markup
  • Loading branch information
rhettinger authored Oct 19, 2022
1 parent fcae195 commit a53f637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/itertools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a53f637

Please sign in to comment.