From 71bae911937a479eac48882d679dbfc770f37667 Mon Sep 17 00:00:00 2001 From: Ribhu Lahiri Date: Sun, 18 Mar 2018 14:29:31 -0700 Subject: [PATCH] Fixed typo in python api documentation --- iota/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iota/api.py b/iota/api.py index 349e535..931ffad 100644 --- a/iota/api.py +++ b/iota/api.py @@ -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