From 998525bf43305b1d53927975621ab9f211d0ed95 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 27 Nov 2008 08:06:12 -0500 Subject: [PATCH] Fixed typo in becommands/comment help string. --- becommands/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.26.2