Skip to content

Commit

Permalink
clean up docstring param description
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Robinson <[email protected]>
  • Loading branch information
fselmo and pacrob committed Aug 24, 2023
1 parent 02d23e0 commit 3df41ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/contract/async_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async def get_logs(
filtered by the node while non-indexed arguments are filtered by the library.
:param fromBlock: block number or "latest", defaults to "latest"
:param toBlock: block number or "latest". Defaults to "latest"
:param block_hash: block hash. blockHash cannot be set at the
:param block_hash: block hash. Cannot be set at the
same time as fromBlock or toBlock
:yield: Tuple of :class:`AttributeDict` instances
"""
Expand Down

0 comments on commit 3df41ac

Please sign in to comment.