Skip to content

Commit

Permalink
Fix typo in itertools docs (pythongh-127995)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugubo authored and srinivasreddy committed Jan 8, 2025
1 parent 828619c commit 2cec254
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 2cec254

Please sign in to comment.