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

Commit 0f2f9fe

Browse files
authored
Merge pull request #325 from lzpap/fix/docs_code_typo
Fix typo in docs example code
2 parents 07f9a86 + 86fa74a commit 0f2f9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transfers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ with :py:class:`ProposedTransaction`.
200200
]
201201
202202
imaginary_bundle = api.send_transfer(
203-
transfers=transactions
203+
transfers=fictional_transactions
204204
)['bundle']
205205
206206
As all API methods in PyOTA, :py:meth:`~Iota.send_transfer` also returns

0 commit comments

Comments
 (0)