From 744f346e5fe79e2240da9f88286dec7161b70316 Mon Sep 17 00:00:00 2001 From: kgashok Date: Thu, 14 Aug 2014 09:28:11 +0530 Subject: [PATCH] Update command.py --- command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.py b/command.py index 6abbc63..947aaaa 100644 --- a/command.py +++ b/command.py @@ -91,7 +91,7 @@ def name(self): # exit command class ExitCommand(Command): def execute(self): - raise SessionClosed("Good bay!") + raise SessionClosed("Good day!") def name(self): return "exit"