aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/util/user.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:12:08 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:16:38 -0400
commit26aadf775cbafd14e98870f818aae078181080d8 (patch)
treefadb78851ae7bd32fd8b89d59ae5668aac957e11 /libbe/ui/util/user.py
parent3b8cf46403e0a827a2a4b3f81b654323c821f5b1 (diff)
downloadbugseverywhere-26aadf775cbafd14e98870f818aae078181080d8.tar.gz
doc: update :func: to :py:func: for modern Sphinx.
Diffstat (limited to 'libbe/ui/util/user.py')
-rw-r--r--libbe/ui/util/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/ui/util/user.py b/libbe/ui/util/user.py
index edd8501..63d7d7f 100644
--- a/libbe/ui/util/user.py
+++ b/libbe/ui/util/user.py
@@ -127,7 +127,7 @@ def get_user_id(storage=None):
1. Global BE configuration [#]_ (default section, setting 'user').
2. `storage.get_user_id`, if that function is defined.
- 3. :func:`get_fallback_username` and :func:`get_fallback_email`.
+ 3. :py:func:`get_fallback_username` and :py:func:`get_fallback_email`.
.. [#] See :mod:`libbe.storage.util.config`.