Skip to content

Commit 123d3bd

Browse files
Resolve Typo in documentation. (ethereum#2444)
* Resolve Typo in documentation. * Add newsfragment for doc fix Co-authored-by: kclowes <[email protected]>
1 parent 9997f55 commit 123d3bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ will return a new :class:`BlockFilter` object.
111111
``TransactionFilter`` is a subclass of :class:`Filter`.
112112

113113
You can setup a filter for new blocks using ``web3.eth.filter('pending')`` which
114-
will return a new :class:`BlockFilter` object.
114+
will return a new :class:`TransactionFilter` object.
115115

116116
.. code-block:: python
117117

newsfragments/2444.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Doc fix: Pending transaction filter returns a ``TransactionFilter`` not a ``BlockFilter``

0 commit comments

Comments
 (0)