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/util/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/util/utility.py') diff --git a/libbe/util/utility.py b/libbe/util/utility.py index ecebfb0..b259768 100644 --- a/libbe/util/utility.py +++ b/libbe/util/utility.py @@ -45,7 +45,7 @@ class InvalidXML(ValueError): ---------- type : str String identifying `*`, e.g. "bug", "comment", ... - element : :class:`ElementTree.Element` + element : :py:class:`ElementTree.Element` ElementTree.Element instance which caused the error. error : str Error description. -- cgit