aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/comment.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-28 10:56:44 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-28 10:56:44 -0500
commit811117714a99252782a3eb064ff9e6346b77403a (patch)
tree4ef482c92021a91b32f2170577460f4cf3124a3e /libbe/command/comment.py
parent791eb3fb381f48feaa3653d1889971630db210fe (diff)
downloadbugseverywhere-811117714a99252782a3eb064ff9e6346b77403a.tar.gz
Oops, fix Comment doctest EDITOR cleanup
Diffstat (limited to 'libbe/command/comment.py')
-rw-r--r--libbe/command/comment.py2
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'