We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8edd6 commit b1c9969Copy full SHA for b1c9969
docs/filters.rst
@@ -112,7 +112,7 @@ will return a new :class:`BlockFilter` object.
112
``TransactionFilter`` is a subclass of :class:`Filter`.
113
114
You can setup a filter for new blocks using ``web3.eth.filter('pending')`` which
115
-will return a new :class:`BlockFilter` object.
+will return a new :class:`TransactionFilter` object.
116
117
.. code-block:: python
118
newsfragments/2444.doc.rst
@@ -0,0 +1 @@
1
+Doc fix: Pending transaction filter returns a ``TransactionFilter`` not a ``BlockFilter``
0 commit comments