Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 4, 2023
1 parent 9bbcefe commit 40bd826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnosis/eth/ethereum_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def batch_call(
block_identifier: Optional[BlockIdentifier] = "latest",
) -> List[Optional[Union[bytes, Any]]]:
"""
Call multiple functions. Multicall contract by MakerDAO will be used by default if available
Call multiple functions. ``Multicall`` contract by MakerDAO will be used by default if available
:param contract_functions:
:param from_address: Only available when ``Multicall`` is not used
Expand Down Expand Up @@ -1372,7 +1372,7 @@ def batch_call_same_function(
block_identifier: Optional[BlockIdentifier] = "latest",
) -> List[Optional[Union[bytes, Any]]]:
"""
Call the same function in multiple contracts. Way more optimal than using `batch_call` generating multiple
Call the same function in multiple contracts. Way more optimal than using ``batch_call`` generating multiple
``ContractFunction`` objects.
:param contract_function:
Expand Down

0 comments on commit 40bd826

Please sign in to comment.