Skip to content

Commit 095d5d8

Browse files
committed
api: Fix missing parenthesis in comment for ModifiableMessageFlag.
1 parent ea89e95 commit 095d5d8

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
@@ -58,7 +58,7 @@
5858
# Message flags which may be directly modified by the current user:
5959
# - Updated by `update_message_flags` (and for the `read` flag, also
6060
# the `mark_all_as_read`, `mark_stream_as_read`, and
61-
# `mark_topic_as_read` actions.
61+
# `mark_topic_as_read` actions).
6262
# - User is notified of changes via `update_message_flags` events.
6363
# See subset of https://zulip.com/api/update-message-flags#available-flags
6464
ModifiableMessageFlag = Literal["read", "starred", "collapsed"]

0 commit comments

Comments
 (0)