Skip to content

Commit

Permalink
[3.12] Fix typo in itertools docs (pythongh-127995) (pythongh-127997)
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington authored Dec 16, 2024
1 parent b1cc62a commit 073b52b
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 @@ -664,7 +664,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 073b52b

Please sign in to comment.