From 26aadf775cbafd14e98870f818aae078181080d8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:12:08 -0400 Subject: doc: update :func: to :py:func: for modern Sphinx. --- libbe/ui/util/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/ui') 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`. -- cgit