mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Use correct directive and name.
This commit is contained in:
parent
436ccdc7e7
commit
933b974a41
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ loops that truncate the stream.
|
|||
yield element
|
||||
|
||||
|
||||
.. function:: itertools.chain.from_iterable(iterable)
|
||||
.. classmethod:: chain.from_iterable(iterable)
|
||||
|
||||
Alternate constructor for :func:`chain`. Gets chained inputs from a
|
||||
single iterable argument that is evaluated lazily. Equivalent to::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue