From 5bc03aa8b5a98c153a47cfc0ad23c7906485989a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:36:09 -0400 Subject: storage:vcs:base: avoid `is not a item name` Sphinx error. --- libbe/storage/vcs/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/storage') 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') -- cgit