0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-10-28 10:07:21 -04:00

Fix typos in apidocs

This commit is contained in:
Michael Vetter
2021-10-01 23:06:29 +02:00
parent 9696f4d5cc
commit d64e797665
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -290,7 +290,7 @@ def get_room_nick(barejid):
def current_win_is_console():
"""Determine whether or not the Console window is currently focussed.
"""Determine whether or not the Console window is currently focused.
:return: ``True`` if the user is currently in the Console window, ``False`` otherwise.
:rtype: boolean