aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-rw-r--r--libbe/comment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/comment.py b/libbe/comment.py
index bd085fa..0c8372e 100644
--- a/libbe/comment.py
+++ b/libbe/comment.py
@@ -85,8 +85,8 @@ class Comment(Tree):
def __init__(self, bug=None, uuid=None, from_disk=False,
in_reply_to=None, body=None):
"""
- Set from_disk=True to load an old bug.
- Set from_disk=False to create a new bug.
+ Set from_disk=True to load an old comment.
+ Set from_disk=False to create a new comment.
The uuid option is required when from_disk==True.