storage:vcs:base: avoid `is not a item name` Sphinx error.
authorW. Trevor King <wking@tremily.us>
Fri, 26 Oct 2012 12:36:09 +0000 (08:36 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 26 Oct 2012 12:36:09 +0000 (08:36 -0400)
libbe/storage/vcs/base.py

index 43d89ccabaeb0cac2ba4f31284e7a7016ec8f161..cf02306dc368c64d4c14b815766196ce26a8c17e 100644 (file)
@@ -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')