diff options
author | W. Trevor King <wking@drexel.edu> | 2010-02-06 16:53:57 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-02-06 16:53:57 -0500 |
commit | 413626d3b77e9bf89389a272ed489da29f3d9877 (patch) | |
tree | 1595551db2db9f590f2bf36dfbae305a1e616c40 /libbe/comment.py | |
parent | 4c71190ebafd7ce198a5c0047588c4b2f7e5ef58 (diff) | |
download | bugseverywhere-413626d3b77e9bf89389a272ed489da29f3d9877.tar.gz |
Use numpydoc and generate-libbe-txt.py to autogenerate API documentation
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 003bf71..d8632a4 100644 --- a/libbe/comment.py +++ b/libbe/comment.py @@ -100,7 +100,7 @@ def save_comments(bug): class Comment (Tree, settings_object.SavedSettingsObject): - """Comments are a notes that attach to :class:`libbe.bug.Bug`\s in + """Comments are a notes that attach to :class:`~libbe.bug.Bug`\s in threaded trees. In mailing-list terms, a comment is analogous to a single part of an email. |