diff options
Diffstat (limited to 'libbe/command/comment.py')
-rw-r--r-- | libbe/command/comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/comment.py b/libbe/command/comment.py index 6ab588f..b269840 100644 --- a/libbe/command/comment.py +++ b/libbe/command/comment.py @@ -85,7 +85,7 @@ class Comment (libbe.command.Command): <BLANKLINE> >>> ui.cleanup() >>> bd.cleanup() - >>> del os.environ("EDITOR") + >>> del os.environ["EDITOR"] """ name = 'comment' |