mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 00:04:20 +01:00
Fix docstring, comment typos
This commit is contained in:
@@ -146,7 +146,7 @@ class SubscriptionManager:
|
||||
# unsubscribe first and call callback to subscribe
|
||||
await self.unsubscribe(chan_id, re_sub)
|
||||
else:
|
||||
# already unsibscribed, so just subscribe
|
||||
# already unsubscribed, so just subscribe
|
||||
await sub.subscribe()
|
||||
|
||||
def channel_count(self):
|
||||
|
||||
Reference in New Issue
Block a user