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

Commit 692b9c0

Browse files
committed
Fixed a typo.
1 parent 38e6aed commit 692b9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iota/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def get_account_data(self, start=0, stop=None, inclusion_states=False):
470470
'balance': int,
471471
Total account balance. Might be 0.
472472
473-
'bundles': List[Bundles],
473+
'bundles': List[Bundle],
474474
List of bundles with transactions to/from this account.
475475
}
476476
"""

0 commit comments

Comments
 (0)