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 28, 2017
1 parent 692b9c0 commit 92b6c35
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 @@ -433,7 +433,7 @@ def broadcast_and_store(self, trytes):
return extended.BroadcastAndStoreCommand(self.adapter)(trytes=trytes)

def get_account_data(self, start=0, stop=None, inclusion_states=False):
# type± (int, Optional[int], bool) -> dict
# type: (int, Optional[int], bool) -> dict
"""
More comprehensive version of :py:meth:`get_transfers` that returns
addresses and account balance in addition to bundles.
Expand Down

0 comments on commit 92b6c35

Please sign in to comment.