diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 047d805eda628a..a82fd8630b7b6a 100644 --- a/Doc/library/itertools.rst +++ b/Doc/library/itertools.rst @@ -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() `_ instead.