Skip to content

Commit dd37e27

Browse files
Steve Howellshowell
authored andcommitted
docstring: Use user_ids for typing endpoint.
1 parent 32a46cb commit dd37e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/zulip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ def set_typing_status(self, request):
13971397
Example usage:
13981398
>>> client.set_typing_status({
13991399
'op': 'start',
1400-
1400+
'to': [9, 10],
14011401
})
14021402
{'result': 'success', 'msg': ''}
14031403
'''

0 commit comments

Comments
 (0)