From: W. Trevor King Date: Fri, 26 Oct 2012 12:36:09 +0000 (-0400) Subject: storage:vcs:base: avoid `is not a item name` Sphinx error. X-Git-Tag: 1.1.0~49 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5bc03aa8b5a98c153a47cfc0ad23c7906485989a;p=be.git storage:vcs:base: avoid `is not a item name` Sphinx error. --- 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')