aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/util/id.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:42:14 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:42:14 -0400
commite186cfedadf43deb4b265d06be560bf5e5d81dc6 (patch)
tree3d5b8d6a2139932f5be63f98cf32d2302e664b98 /libbe/util/id.py
parent3354bfda0d54f860f7c83db76dd32e395cd5d1ee (diff)
downloadbugseverywhere-e186cfedadf43deb4b265d06be560bf5e5d81dc6.tar.gz
doc: update :data: to :py:data: for modern Sphinx.
Diffstat (limited to 'libbe/util/id.py')
-rw-r--r--libbe/util/id.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbe/util/id.py b/libbe/util/id.py
index 8605d09..de9edf9 100644
--- a/libbe/util/id.py
+++ b/libbe/util/id.py
@@ -464,7 +464,7 @@ REGEXP = '#([-a-f0-9]*)(/[-a-g0-9]*)?(/[-a-g0-9]*)?#'
class IDreplacer (object):
"""Helper class for ID replacement in text.
- Reassembles the match elements from :data:`REGEXP` matching
+ Reassembles the match elements from :py:data:`REGEXP` matching
into the original ID, for easier replacement.
See Also
@@ -546,7 +546,7 @@ def _parse_user(id):
information.
The returned dict will contain a value for "type" (from
- :data:`HIERARCHY`) and values for the levels that are defined.
+ :py:data:`HIERARCHY`) and values for the levels that are defined.
Examples
--------
@@ -589,7 +589,7 @@ def parse_user(bugdirs, id):
information.
The returned dict will contain a value for "type" (from
- :data:`HIERARCHY`) and values for the levels that are defined.
+ :py:data:`HIERARCHY`) and values for the levels that are defined.
Notes
-----