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

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Nov 26, 2017
1 parent 38e6aed commit 692b9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iota/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def get_account_data(self, start=0, stop=None, inclusion_states=False):
'balance': int,
Total account balance. Might be 0.
'bundles': List[Bundles],
'bundles': List[Bundle],
List of bundles with transactions to/from this account.
}
"""
Expand Down

0 comments on commit 692b9c0

Please sign in to comment.