From 3354bfda0d54f860f7c83db76dd32e395cd5d1ee Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:41:21 -0400 Subject: doc: update :meth: to :py:meth: 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 386c187..8b0f3e0 100644 --- a/libbe/ui/util/user.py +++ b/libbe/ui/util/user.py @@ -134,7 +134,7 @@ def get_user_id(storage=None): Notes ----- Sometimes the storage will keep track of the user ID (e.g. most - VCSs, see :meth:`libbe.storage.vcs.base.VCS.get_user_id`). If so, + VCSs, see :py:meth:`libbe.storage.vcs.base.VCS.get_user_id`). If so, we prefer that ID to the fallback, since the user has likely configured it directly. """ -- cgit