We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d23e0 commit 3df41acCopy full SHA for 3df41ac
web3/contract/async_contract.py
@@ -164,7 +164,7 @@ async def get_logs(
164
filtered by the node while non-indexed arguments are filtered by the library.
165
:param fromBlock: block number or "latest", defaults to "latest"
166
:param toBlock: block number or "latest". Defaults to "latest"
167
- :param block_hash: block hash. blockHash cannot be set at the
+ :param block_hash: block hash. Cannot be set at the
168
same time as fromBlock or toBlock
169
:yield: Tuple of :class:`AttributeDict` instances
170
"""
0 commit comments