Skip to content

Commit 2cec254

Browse files
Gugubosrinivasreddy
authored andcommitted
Fix typo in itertools docs (pythongh-127995)
1 parent 828619c commit 2cec254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ loops that truncate the stream.
681681
consumed from the input iterator and there is no way to access it.
682682
This could be an issue if an application wants to further consume the
683683
input iterator after *takewhile* has been run to exhaustion. To work
684-
around this problem, consider using `more-iterools before_and_after()
684+
around this problem, consider using `more-itertools before_and_after()
685685
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
686686
instead.
687687

0 commit comments

Comments
 (0)