Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #168 from ribhu97/master
Browse files Browse the repository at this point in the history
Fixed typo in python api documentation
  • Loading branch information
todofixthis committed Mar 18, 2018
2 parents 08230b0 + b4d32cf commit 980aa4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iota/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def is_reattachable(self, addresses):
# type: (Iterable[Address]) -> dict
"""
This API function helps you to determine whether you should replay a
transaction or make a completely new transaction with a different seed.
transaction or make a new one (either with the same input, or a different one).
What this function does, is it takes one or more input addresses (i.e. from spent transactions)
as input and then checks whether any transactions with a value transferred are confirmed.
If yes, it means that this input address has already been successfully used in a different
Expand Down

0 comments on commit 980aa4b

Please sign in to comment.