diff options
Diffstat (limited to 'libbe/storage/vcs/arch.py')
-rw-r--r-- | libbe/storage/vcs/arch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/arch.py b/libbe/storage/vcs/arch.py index 117a121..9874345 100644 --- a/libbe/storage/vcs/arch.py +++ b/libbe/storage/vcs/arch.py @@ -59,7 +59,7 @@ def new(): return Arch() class Arch(base.VCS): - """:class:`base.VCS` implementation for GNU Arch. + """:py:class:`base.VCS` implementation for GNU Arch. """ name = 'arch' client = client |