Improved documentation in some classes

This commit is contained in:
2022-07-29 12:08:05 -05:00
parent 83c9db573e
commit 6e80b320c9
3 changed files with 11 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ class autocompletionUsers(object):
def __init__(self, window, session_id):
""" Class constructor. Displays a menu with users matching the specified pattern for autocompletion.
:param window: A wx control where the menu should be displayed.
:param window: A wx control where the menu should be displayed. Normally this is going to be the wx.TextCtrl indicating the tweet's text or direct message recipient.
:type window: wx.Dialog
:param session_id: Session ID which calls this class. We will load the users database from this session.
:type session_id: str.