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 b1cc62a commit 073b52bCopy full SHA for 073b52b
Doc/library/itertools.rst
@@ -664,7 +664,7 @@ loops that truncate the stream.
664
consumed from the input iterator and there is no way to access it.
665
This could be an issue if an application wants to further consume the
666
input iterator after *takewhile* has been run to exhaustion. To work
667
- around this problem, consider using `more-iterools before_and_after()
+ around this problem, consider using `more-itertools before_and_after()
668
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
669
instead.
670
0 commit comments