aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:41:21 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:41:21 -0400
commit3354bfda0d54f860f7c83db76dd32e395cd5d1ee (patch)
tree25ebeb99d9ed8ca69dcc3d6ce93968a50a290600 /libbe/comment.py
parent27ca8426ae587b73cde11a5d681efc029b8632a4 (diff)
downloadbugseverywhere-3354bfda0d54f860f7c83db76dd32e395cd5d1ee.tar.gz
doc: update :meth: to :py:meth: 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 52c3250..2cbbb2c 100644
--- a/libbe/comment.py
+++ b/libbe/comment.py
@@ -200,7 +200,7 @@ class Comment (Tree, settings_object.SavedSettingsObject):
``from_storage==True``, they are loaded from the bug database.
``content_type`` decides if the body should be run through
:py:func:`util.id.short_to_long_text` before saving. See
- :meth:`_set_comment_body` for details.
+ :py:meth:`_set_comment_body` for details.
``in_reply_to`` should be the uuid string of the parent comment.
"""