diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:37:54 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:37:54 -0400 |
commit | c065f17c6a79ec52abc370c91f49e570798cf38e (patch) | |
tree | 09102e2b71a52ec8d859cba65aab2cf83e9a530c /libbe/util/utility.py | |
parent | 5bc03aa8b5a98c153a47cfc0ad23c7906485989a (diff) | |
download | bugseverywhere-c065f17c6a79ec52abc370c91f49e570798cf38e.tar.gz |
doc: update :class: to :py:class: for modern Sphinx.
Diffstat (limited to 'libbe/util/utility.py')
-rw-r--r-- | libbe/util/utility.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |