Skip to content

Commit

Permalink
buttons/docs: Replace 'private' to 'direct' in buttons.py docstring.
Browse files Browse the repository at this point in the history
This commit replaces 'private' to 'direct' in the buttons.py docstring
and also syncs changes with the developer-file-overview.md using the
lint-docstring tool.
  • Loading branch information
theViz343 committed Mar 18, 2023
1 parent c2fdb3e commit d6bf26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-file-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Zulip Terminal uses [Zulip's API](https://zulip.com/api/) to store and retrieve
| | ui_sizes.py | Fixed sizes of UI elements |
| | | |
| zulipterminal/ui_tools | boxes.py | UI boxes for entering text: WriteBox, MessageSearchBox, PanelSearchBox |
| | buttons.py | UI buttons for narrowing & showing unread counts, eg. All, Stream, Private, Topic |
| | buttons.py | UI buttons for narrowing & showing unread counts, eg. All, Stream, Direct, Topic |
| | messages.py | UI to render a Zulip message for display, and respond contextually to actions |
| | tables.py | Helper functions which render tables in the UI |
| | utils.py | The `MessageBox` for every message displayed is created here |
Expand Down
2 changes: 1 addition & 1 deletion zulipterminal/ui_tools/buttons.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
UI buttons for narrowing & showing unread counts, eg. All, Stream, Private, Topic
UI buttons for narrowing & showing unread counts, eg. All, Stream, Direct, Topic
"""

import re
Expand Down

0 comments on commit d6bf26d

Please sign in to comment.