Skip to content

Commit 958a265

Browse files
authored
Merge pull request ethereum#726 from liorsbg/patch-1
Docs - missing parentheses in Filters async example
2 parents dbe454e + dba91c0 commit 958a265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ entries to a handler.
229229
loop.run_until_complete(
230230
asyncio.gather(
231231
log_loop(block_filter, 2),
232-
log_loop(tx_filter, 2))
232+
log_loop(tx_filter, 2)))
233233
finally:
234234
loop.close()
235235

0 commit comments

Comments
 (0)