Fix docstring, comment typos

This commit is contained in:
JOlson
2020-05-09 16:37:38 +12:00
committed by Jacob Plaster
parent 51803c87c9
commit 427e99710e
17 changed files with 52 additions and 43 deletions

View File

@@ -596,7 +596,7 @@ class BfxWebsocket(GenericWebsocket):
Unsubscribe from the channel with the given chanId
# Attributes
@param onComplete: function called when the bitfinex websocket resoponds with
@param onComplete: function called when the bitfinex websocket responds with
a signal that confirms the subscription has been unsubscribed to
"""
return await self.subscriptionManager.unsubscribe(*args, **kwargs)