Skip to content

Commit

Permalink
docs: Update src/ape/managers/chain.py
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <[email protected]>
  • Loading branch information
antazoey and fubuloubu authored Apr 18, 2024
1 parent d18cd6e commit 9c616f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/managers/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ def get_creation_metadata(self, address: AddressType) -> Optional[ContractCreati
address (AddressType): The address of the contract.
Returns:
Optional[:class:`~pae.api.query.ContractCreation`]
Optional[:class:`~ape.api.query.ContractCreation`]
"""
if creation := self._local_contract_creation.get(address):
return creation
Expand Down

0 comments on commit 9c616f1

Please sign in to comment.