Skip to content

Commit

Permalink
spaced out
Browse files Browse the repository at this point in the history
  • Loading branch information
Brord van Wierst committed Oct 4, 2023
1 parent 5ddec00 commit 69d93d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/iota_sdk/types/unlock_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class TimelockUnlockCondition(UnlockCondition):
class ExpirationUnlockCondition(UnlockCondition):
"""An expiration unlock condition.
Args:
slot_index: Before this slot index, Address Unlock Condition is allowed to unlock the output,
slot_index: Before this slot index, Address Unlock Condition is allowed to unlock the output,
after that only the address defined in Return Address.
return_address: The return address if the output was not claimed in time.
"""
Expand Down

0 comments on commit 69d93d1

Please sign in to comment.