From: W. Trevor King Date: Thu, 27 Nov 2008 13:06:12 +0000 (-0500) Subject: Fixed typo in becommands/comment help string. X-Git-Tag: 1.0.0~103 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=998525bf43305b1d53927975621ab9f211d0ed95;p=be.git Fixed typo in becommands/comment help string. --- 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():