aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:36:09 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:36:09 -0400
commit5bc03aa8b5a98c153a47cfc0ad23c7906485989a (patch)
treeb0e6fcb2fc1df455ee296bac6d234cc10bca362b /libbe/storage
parentfbb954d72054ae784cff7a148d19007fce5eb8ff (diff)
downloadbugseverywhere-5bc03aa8b5a98c153a47cfc0ad23c7906485989a.tar.gz
storage:vcs:base: avoid `is not a item name` Sphinx error.
Diffstat (limited to 'libbe/storage')
-rw-r--r--libbe/storage/vcs/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index 43d89cc..cf02306 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -1069,7 +1069,7 @@ class VCS (libbe.storage.base.VersionedStorage):
See Also
--------
- :py:mod:`libbe.storage.util.upgrade`
+ libbe.storage.util.upgrade
"""
if path == None:
path = os.path.join(self.repo, '.be', 'version')