doc: update :func: to :py:func: for modern Sphinx.
[be.git] / libbe / ui / util / user.py
index edd8501bd7b13447ac9921166dc2ab6a9046c528..63d7d7f9e847f652971f21562caeb810067597a1 100644 (file)
@@ -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`.