mirror of
https://github.com/profanity-im/profanity.git
synced 2025-10-28 09:57:13 -04:00
Fix prof_get_name_from_roster documentation
This commit is contained in:
@@ -256,7 +256,7 @@ def get_current_nick():
|
||||
def get_name_from_roster(barejid):
|
||||
"""Retrieve a nickname from a barejid if it is in the roster.
|
||||
|
||||
:return: the users nickname e.g. ``"eddie"``, or ``None`` if the barejid is not in the roster.
|
||||
:return: the users nickname e.g. "eddie", or the input barejid if it is not in the roster.
|
||||
:rtype: str
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user