diff options
author | W. Trevor King <wking@drexel.edu> | 2008-11-27 08:06:12 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-11-27 08:06:12 -0500 |
commit | 998525bf43305b1d53927975621ab9f211d0ed95 (patch) | |
tree | ba3dbfbe4cc6d531247f8f899c9f530c0eafd189 /becommands/comment.py | |
parent | 3c70ddc0a08c70435d42cafa4f731af2f86925e4 (diff) | |
download | bugseverywhere-998525bf43305b1d53927975621ab9f211d0ed95.tar.gz |
Fixed typo in becommands/comment help string.
Diffstat (limited to 'becommands/comment.py')
-rw-r--r-- | becommands/comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/comment.py b/becommands/comment.py index c9c6b41..4470f75 100644 --- a/becommands/comment.py +++ b/becommands/comment.py @@ -106,7 +106,7 @@ To add a comment to a bug, use the bug ID as the argument. To reply to another comment, specify the comment name (as shown in "be show" output). $EDITOR is used to launch an editor. If unspecified, no comment will be -created.) +created. """ def help(): |