Skip to content

Commit

Permalink
docs: fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Apr 12, 2024
1 parent 744edfe commit 69c74ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def check_start_nonce_before_stop_nonce(cls, values: Dict) -> Dict:
class ContractCreationQuery(_BaseQuery):
"""
A ``QueryType`` that obtains information about contract deployment.
Returns ``ContractCreation(txn_hash, deployer, factory, deploy_block)``.
Returns ``ContractCreation(txn_hash, deploy_block, deployer, factory)``.
"""

contract: AddressType
Expand Down

0 comments on commit 69c74ec

Please sign in to comment.