wording change in Transaction.create documentation

This commit is contained in:
Scott Sadler 2016-12-20 14:15:05 +01:00
parent 8470854769
commit d80de928a5

View File

@ -662,10 +662,9 @@ class Transaction(object):
Args:
tx_signers (:obj:`list` of :obj:`str`): A list of keys that
represent the signers of the asset created by this
Transaction.
represent the signers of the CREATE Transaction.
recipients (:obj:`list` of :obj:`str`): A list of keys that
represent the recipients of the asset created by this
represent the recipients of the outputs of this
Transaction.
metadata (dict): Python dictionary to be stored along with the
Transaction.