diff options
Diffstat (limited to 'libbe/comment.py')
-rw-r--r-- | libbe/comment.py | 2 |
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. |