diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:12:08 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:16:38 -0400 |
commit | 26aadf775cbafd14e98870f818aae078181080d8 (patch) | |
tree | fadb78851ae7bd32fd8b89d59ae5668aac957e11 /libbe/ui | |
parent | 3b8cf46403e0a827a2a4b3f81b654323c821f5b1 (diff) | |
download | bugseverywhere-26aadf775cbafd14e98870f818aae078181080d8.tar.gz |
doc: update :func: to :py:func: for modern Sphinx.
Diffstat (limited to 'libbe/ui')
-rw-r--r-- | libbe/ui/util/user.py | 2 |
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`. |