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

Commit 92b6c35

Browse files
committed
Fixed a typo 😡
1 parent 692b9c0 commit 92b6c35

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
@@ -433,7 +433,7 @@ def broadcast_and_store(self, trytes):
433433
return extended.BroadcastAndStoreCommand(self.adapter)(trytes=trytes)
434434

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

0 commit comments

Comments
 (0)