Skip to content

Commit 073b52b

Browse files
[3.12] Fix typo in itertools docs (gh-127995) (gh-127997)
1 parent b1cc62a commit 073b52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ loops that truncate the stream.
664664
consumed from the input iterator and there is no way to access it.
665665
This could be an issue if an application wants to further consume the
666666
input iterator after *takewhile* has been run to exhaustion. To work
667-
around this problem, consider using `more-iterools before_and_after()
667+
around this problem, consider using `more-itertools before_and_after()
668668
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
669669
instead.
670670

0 commit comments

Comments
 (0)