mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Fix docstring, comment typos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user