about summary refs log tree commit diff stats
path: root/apidocs/python
diff options
context:
space:
mode:
authorDustin Lagoy <dustin@lagoy.org>2021-04-29 14:03:17 -0400
committerDustin Lagoy <dustin@lagoy.org>2021-04-29 14:03:17 -0400
commit2b56e33d164bfa5ae41b4f598ca3e3ea54dcd51c (patch)
treee41b73ad127bb5c3967cb133a715643b6e5e64e4 /apidocs/python
parent2350a94c4411635f15173ec9c7964ea89e3fb2b1 (diff)
downloadprofani-tty-2b56e33d164bfa5ae41b4f598ca3e3ea54dcd51c.tar.gz
Fix prof_get_name_from_roster documentation
Diffstat (limited to 'apidocs/python')
-rw-r--r--apidocs/python/src/prof.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apidocs/python/src/prof.py b/apidocs/python/src/prof.py
index eafaeeb7..1b926b36 100644
--- a/apidocs/python/src/prof.py
+++ b/apidocs/python/src/prof.py
@@ -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