From 26aadf775cbafd14e98870f818aae078181080d8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:12:08 -0400 Subject: doc: update :func: to :py:func: for modern Sphinx. --- libbe/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/comment.py') 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. -- cgit