From c065f17c6a79ec52abc370c91f49e570798cf38e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:37:54 -0400 Subject: doc: update :class: to :py:class: for modern Sphinx. --- libbe/storage/vcs/monotone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/storage/vcs/monotone.py') diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py index 5dbc92b..abd3142 100644 --- a/libbe/storage/vcs/monotone.py +++ b/libbe/storage/vcs/monotone.py @@ -42,7 +42,7 @@ def new(): return Monotone() class Monotone (base.VCS): - """:class:`base.VCS` implementation for Monotone. + """:py:class:`base.VCS` implementation for Monotone. """ name='monotone' client='mtn' -- cgit