aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:12:08 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:16:38 -0400
commit26aadf775cbafd14e98870f818aae078181080d8 (patch)
treefadb78851ae7bd32fd8b89d59ae5668aac957e11 /libbe/comment.py
parent3b8cf46403e0a827a2a4b3f81b654323c821f5b1 (diff)
downloadbugseverywhere-26aadf775cbafd14e98870f818aae078181080d8.tar.gz
doc: update :func: to :py:func: for modern Sphinx.
Diffstat (limited to 'libbe/comment.py')
-rw-r--r--libbe/comment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/comment.py b/libbe/comment.py
index c1813b4..cdcb694 100644
--- a/libbe/comment.py
+++ b/libbe/comment.py
@@ -199,7 +199,7 @@ class Comment (Tree, settings_object.SavedSettingsObject):
if ``from_storage==False`` (the default). When
``from_storage==True``, they are loaded from the bug database.
``content_type`` decides if the body should be run through
- :func:`util.id.short_to_long_text` before saving. See
+ :py:func:`util.id.short_to_long_text` before saving. See
:meth:`_set_comment_body` for details.
``in_reply_to`` should be the uuid string of the parent comment.