mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in itertools docs (gh-127995)
This commit is contained in:
parent
081673801e
commit
e4981e33b8
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,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()
|
||||
<https://more-itertools.readthedocs.io/en/stable/api.html#more_itertools.before_and_after>`_
|
||||
instead.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue