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/diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/diff.py') diff --git a/libbe/diff.py b/libbe/diff.py index 215f1f5..14f985e 100644 --- a/libbe/diff.py +++ b/libbe/diff.py @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License along with # Bugs Everywhere. If not, see . -"""Tools for comparing two :class:`libbe.bug.BugDir`\s. +"""Tools for comparing two :py:class:`libbe.bug.BugDir`\s. """ import difflib -- cgit v1.2.3