We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0816738 commit e4981e3Copy full SHA for e4981e3
Doc/library/itertools.rst
@@ -681,7 +681,7 @@ loops that truncate the stream.
681
consumed from the input iterator and there is no way to access it.
682
This could be an issue if an application wants to further consume the
683
input iterator after *takewhile* has been run to exhaustion. To work
684
- around this problem, consider using `more-iterools before_and_after()
+ around this problem, consider using `more-itertools before_and_after()
685
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
686
instead.
687
0 commit comments