Skip to content

Commit

Permalink
Fix typo in itertools docs (pythongh-127995)
Browse files Browse the repository at this point in the history
(cherry picked from commit e4981e3)

Co-authored-by: Gugubo <[email protected]>
  • Loading branch information
Gugubo authored and miss-islington committed Dec 16, 2024
1 parent 89f4b23 commit c002e1a
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 @@ -686,7 +686,7 @@ loops that truncate the stream.
consumed from the input iterator and there is no way to access it.
This could be an issue if an application wants to further consume the
input iterator after *takewhile* has been run to exhaustion. To work
around this problem, consider using `more-iterools before_and_after()
around this problem, consider using `more-itertools before_and_after()
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
instead.

Expand Down

0 comments on commit c002e1a

Please sign in to comment.