diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-10-01 23:06:29 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-10-01 23:06:29 +0200 |
commit | d64e797665a26dca8e05255499af2e801cd29852 (patch) | |
tree | b58e0c4d84c6b4238f00fd951bd9fc04dc24de99 /apidocs/python/src/plugin.py | |
parent | 9696f4d5cc20d2db06e92ab0efef16eafa0e694f (diff) | |
download | profani-tty-d64e797665a26dca8e05255499af2e801cd29852.tar.gz |
Fix typos in apidocs
Diffstat (limited to 'apidocs/python/src/plugin.py')
-rw-r--r-- | apidocs/python/src/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apidocs/python/src/plugin.py b/apidocs/python/src/plugin.py index 913e1b94..7a375c8a 100644 --- a/apidocs/python/src/plugin.py +++ b/apidocs/python/src/plugin.py @@ -343,7 +343,7 @@ def prof_on_contact_presence(barejid, resource, presence, status, priority): def prof_on_chat_win_focus(barejid): - """Called when a chat window is focussed + """Called when a chat window is focused :param barejid: Jabber ID of the chat window recipient :type barejid: str or unicode @@ -352,7 +352,7 @@ def prof_on_chat_win_focus(barejid): def prof_on_room_win_focus(barejid): - """Called when a chat room window is focussed + """Called when a chat room window is focused :param barejid: Jabber ID of the room :type barejid: str or unicode |