Skip to content

Commit 231c939

Browse files
[3.13] Fix typo in itertools docs (gh-127995) (gh-127996)
1 parent 8e143b2 commit 231c939

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
@@ -686,7 +686,7 @@ loops that truncate the stream.
686686
consumed from the input iterator and there is no way to access it.
687687
This could be an issue if an application wants to further consume the
688688
input iterator after *takewhile* has been run to exhaustion. To work
689-
around this problem, consider using `more-iterools before_and_after()
689+
around this problem, consider using `more-itertools before_and_after()
690690
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
691691
instead.
692692

0 commit comments

Comments
 (0)