Commit 933b974a authored by Georg Brandl's avatar Georg Brandl

Use correct directive and name.

parent 436ccdc7
...@@ -99,7 +99,7 @@ loops that truncate the stream. ...@@ -99,7 +99,7 @@ loops that truncate the stream.
yield element yield element
.. function:: itertools.chain.from_iterable(iterable) .. classmethod:: chain.from_iterable(iterable)
Alternate constructor for :func:`chain`. Gets chained inputs from a Alternate constructor for :func:`chain`. Gets chained inputs from a
single iterable argument that is evaluated lazily. Equivalent to:: single iterable argument that is evaluated lazily. Equivalent to::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment