Skip to content

Commit

Permalink
buttons: Replace 'private' to 'direct' in file docstring.
Browse files Browse the repository at this point in the history
developer-file-overview.md regenerated using lint-docstring.
  • Loading branch information
theViz343 authored and neiljp committed Mar 21, 2023
1 parent 38d5a1c commit 9e066bc
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 9e066bc

Please sign in to comment.