Skip to content

Commit fea50a9

Browse files
Update luno_python/stream_client.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d99ca9b commit fea50a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luno_python/stream_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async def stream_market(
197197
:param pair: str Currency pair code (for example, "XBTZAR").
198198
:param api_key_id: str
199199
:param api_key_secret: str
200-
:param update_callback: an StateUpdate function that will be called with new updates.
200+
:param update_callback: a StateUpdate function that will be called with new updates.
201201
"""
202202
p = _parse_pair(pair)
203203
url = '/'.join([base_url, 'api/1/stream', p.base + p.counter])

0 commit comments

Comments
 (0)