Skip to content

Commit 3df41ac

Browse files
fselmopacrob
andcommitted
clean up docstring param description
Co-authored-by: Paul Robinson <[email protected]>
1 parent 02d23e0 commit 3df41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/contract/async_contract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ async def get_logs(
164164
filtered by the node while non-indexed arguments are filtered by the library.
165165
:param fromBlock: block number or "latest", defaults to "latest"
166166
:param toBlock: block number or "latest". Defaults to "latest"
167-
:param block_hash: block hash. blockHash cannot be set at the
167+
:param block_hash: block hash. Cannot be set at the
168168
same time as fromBlock or toBlock
169169
:yield: Tuple of :class:`AttributeDict` instances
170170
"""

0 commit comments

Comments
 (0)