We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e143b2 commit 231c939Copy full SHA for 231c939
Doc/library/itertools.rst
@@ -686,7 +686,7 @@ loops that truncate the stream.
686
consumed from the input iterator and there is no way to access it.
687
This could be an issue if an application wants to further consume the
688
input iterator after *takewhile* has been run to exhaustion. To work
689
- around this problem, consider using `more-iterools before_and_after()
+ around this problem, consider using `more-itertools before_and_after()
690
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
691
instead.
692
0 commit comments