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

Commit 86fa74a

Browse files
committed
Fix typo in docs example code
1 parent 07f9a86 commit 86fa74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)