mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix markup indentation (GH-98424)
Fix markup
This commit is contained in:
parent
fcae1954a2
commit
a53f637368
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue