Fix markup indentation (GH-98424)

Fix markup
This commit is contained in:
Raymond Hettinger 2022-10-18 20:14:41 -05:00 committed by GitHub
parent fcae1954a2
commit a53f637368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)