Skip to content

Commit 40bd826

Browse files
committed
Fix doc typo
1 parent 9bbcefe commit 40bd826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnosis/eth/ethereum_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ def batch_call(
13331333
block_identifier: Optional[BlockIdentifier] = "latest",
13341334
) -> List[Optional[Union[bytes, Any]]]:
13351335
"""
1336-
Call multiple functions. Multicall contract by MakerDAO will be used by default if available
1336+
Call multiple functions. ``Multicall`` contract by MakerDAO will be used by default if available
13371337
13381338
:param contract_functions:
13391339
:param from_address: Only available when ``Multicall`` is not used
@@ -1372,7 +1372,7 @@ def batch_call_same_function(
13721372
block_identifier: Optional[BlockIdentifier] = "latest",
13731373
) -> List[Optional[Union[bytes, Any]]]:
13741374
"""
1375-
Call the same function in multiple contracts. Way more optimal than using `batch_call` generating multiple
1375+
Call the same function in multiple contracts. Way more optimal than using ``batch_call`` generating multiple
13761376
``ContractFunction`` objects.
13771377
13781378
:param contract_function:

0 commit comments

Comments
 (0)