diff --git a/web3/contract/async_contract.py b/web3/contract/async_contract.py index 232856ab27..8e2a62b7ea 100644 --- a/web3/contract/async_contract.py +++ b/web3/contract/async_contract.py @@ -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 """