summaryrefslogtreecommitdiff
path: root/docs/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference.rst')
-rw-r--r--docs/reference.rst26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 2b5ba11..27e2e14 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -830,32 +830,6 @@ use the :func:`iterator` decorator:
yield line
-InfiniteIterator
-~~~~~~~~~~~~~~~~
-
-.. class:: InfiniteIterator(iterable)
-
- Equivalent to ``factory.Iterator(iterable)``.
-
-.. deprecated:: 1.3.0
- Merged into :class:`Iterator`; will be removed in v2.0.0.
-
- Replace ``factory.InfiniteIterator(iterable)``
- with ``factory.Iterator(iterable)``.
-
-
-.. function:: infinite_iterator(function)
-
- Equivalent to ``factory.iterator(func)``.
-
-
-.. deprecated:: 1.3.0
- Merged into :func:`iterator`; will be removed in v2.0.0.
-
- Replace ``@factory.infinite_iterator`` with ``@factory.iterator``.
-
-
-
Post-generation hooks
"""""""""""""""""""""