Skip to content

Commit e4981e3

Browse files
authoredDec 16, 2024··
Fix typo in itertools docs (gh-127995)
1 parent 0816738 commit e4981e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Doc/library/itertools.rst

+1-1
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)
Please sign in to comment.