diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:36:09 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:36:09 -0400 |
commit | 5bc03aa8b5a98c153a47cfc0ad23c7906485989a (patch) | |
tree | b0e6fcb2fc1df455ee296bac6d234cc10bca362b /libbe | |
parent | fbb954d72054ae784cff7a148d19007fce5eb8ff (diff) | |
download | bugseverywhere-5bc03aa8b5a98c153a47cfc0ad23c7906485989a.tar.gz |
storage:vcs:base: avoid `is not a item name` Sphinx error.
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/storage/vcs/base.py | 2 |
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') |