diff options
Diffstat (limited to 'libbe/storage/vcs/hg.py')
-rw-r--r-- | libbe/storage/vcs/hg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/hg.py b/libbe/storage/vcs/hg.py index 8ca31c3..f2976ff 100644 --- a/libbe/storage/vcs/hg.py +++ b/libbe/storage/vcs/hg.py @@ -63,7 +63,7 @@ def new(): return Hg() class Hg(base.VCS): - """:class:`base.VCS` implementation for Mercurial. + """:py:class:`base.VCS` implementation for Mercurial. """ name='hg' client=None # mercurial module |