Skip to content

Commit

Permalink
Fix typo in itertools docs (gh-127995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugubo authored Dec 16, 2024
1 parent 0816738 commit e4981e3
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 @@ -681,7 +681,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 e4981e3

Please sign in to comment.