Skip to content

Commit

Permalink
Merge pull request #754 from Abirdcfly/master
Browse files Browse the repository at this point in the history
Update filters.rst
  • Loading branch information
carver authored Apr 9, 2018
2 parents bac37c5 + 24ae158 commit e0656e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The :meth:`web3.eth.Eth.filter` method can be used to setup filters for:
event_filter = mycontract.events.myEvent.createEvent(fromBlock='latest', {'filter': {'arg1':10}})
Or built manually by supplying `valid filter params <http://https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_newfilter/>`_:
Or built manually by supplying `valid filter params <https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_newfilter/>`_:

.. code-block:: python
Expand Down

0 comments on commit e0656e3

Please sign in to comment.