Skip to content

Commit 883af3a

Browse files
committed
Minor docstring fix
1 parent fac6709 commit 883af3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycardano/txbuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def build(self, change_address: Optional[Address] = None) -> TransactionBody:
574574
transaction body will likely be unbalanced (sum of inputs is greater than the sum of outputs).
575575
576576
Returns:
577-
A transaction body.
577+
TransactionBody: A transaction body.
578578
"""
579579
self._ensure_no_input_exclusion_conflict()
580580
selected_utxos = []
@@ -653,7 +653,7 @@ def build_and_sign(
653653
change_address: Optional[Address] = None,
654654
) -> Transaction:
655655
"""Build a transaction body from all constraints set through the builder and sign the transaction with
656-
provided signing keys.
656+
provided signing keys.
657657
658658
Args:
659659
signing_keys (List[Union[SigningKey, ExtendedSigningKey]]): A list of signing keys that will be used to

0 commit comments

Comments
 (0)