commit | 933b974a41d388d2fca359f910cc958ca3e7c539 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jul 29 14:36:11 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jul 29 14:36:11 2010 +0000 |
tree | b494b7fa45269c1b43bcc1d5b5cfb41f9ff26459 | |
parent | 436ccdc7e7600247011b5b779968e485c928caa6 [diff] [blame] |
Use correct directive and name.
diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 7326712..8037bfe 100644 --- a/Doc/library/itertools.rst +++ b/Doc/library/itertools.rst
@@ -99,7 +99,7 @@ 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::