Skip to content

Commit c227288

Browse files
committed
update method docs
1 parent 647b603 commit c227288

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def peers(self):
8080
@property
8181
def receipts(self):
8282
"""
83-
:return: Rounds API
84-
:rtype: client.api.rounds.Rounds
83+
:return: Receipts API
84+
:rtype: client.api.receipts.Receipts
8585
"""
8686
return Receipts(self.connection)
8787

0 commit comments

Comments
 (0)