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 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. """ |