From 811117714a99252782a3eb064ff9e6346b77403a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 28 Jan 2010 10:56:44 -0500 Subject: Oops, fix Comment doctest EDITOR cleanup --- libbe/command/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/command') 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): >>> ui.cleanup() >>> bd.cleanup() - >>> del os.environ("EDITOR") + >>> del os.environ["EDITOR"] """ name = 'comment' -- cgit