aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/ui/util
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/ui/util')
-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 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.
"""