Skip to content

Commit 063b53f

Browse files
committed
✏️ fix(contract.py): correct spelling errors in docstrings for better code readability
1 parent 5c96850 commit 063b53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convex_api/contract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def load(
3939
:param str, int, Account address: Address of the contract, if the name is not known,
4040
then you can provide the actual address of the contract.
4141
42-
:param str, int, Account owner_address: If the contract is registered the owner address of the resgistration.
42+
:param str, int, Account owner_address: If the contract is registered the owner address of the registration.
4343
4444
:returns int The address of the resolved contract
4545
@@ -79,7 +79,7 @@ def deploy(
7979
8080
:param str name: Name of the contract to register
8181
82-
:param Account onwer_account: Optional owner account of the registration.
82+
:param Account owner_account: Optional owner account of the registration.
8383
If not provided then the Account will be used.
8484
8585
:returns Address of the new contract

0 commit comments

Comments
 (0)