Skip to content

Commit 367a2c5

Browse files
Dedent comment so the code block doesn't get indented
1 parent c7e0e5e commit 367a2c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/functions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,10 +1919,10 @@ are always available. They are listed here in alphabetical order.
19191919
Unlike the default behavior, it raises a :exc:`ValueError` if one iterable
19201920
is exhausted before the others:
19211921

1922-
..
1923-
This doctest is disabled because doctest does not support capturing
1924-
output and exceptions in the same code unit.
1925-
https://github.com/python/cpython/issues/65382
1922+
..
1923+
This doctest is disabled because doctest does not support capturing
1924+
output and exceptions in the same code unit.
1925+
https://github.com/python/cpython/issues/65382
19261926
19271927
>>> for item in zip(range(3), ['fee', 'fi', 'fo', 'fum'], strict=True): # doctest: +SKIP
19281928
... print(item)

0 commit comments

Comments
 (0)