We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99ca9b commit fea50a9Copy full SHA for fea50a9
luno_python/stream_client.py
@@ -197,7 +197,7 @@ async def stream_market(
197
:param pair: str Currency pair code (for example, "XBTZAR").
198
:param api_key_id: str
199
:param api_key_secret: str
200
- :param update_callback: an StateUpdate function that will be called with new updates.
+ :param update_callback: a StateUpdate function that will be called with new updates.
201
"""
202
p = _parse_pair(pair)
203
url = '/'.join([base_url, 'api/1/stream', p.base + p.counter])
0 commit comments