From 76fe72d11e7b294af433ea38d9ee4714dc0d7bbe Mon Sep 17 00:00:00 2001 From: dipesh Date: Mon, 19 Sep 2011 16:05:06 +0100 Subject: oops missing comma --- eliza.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eliza.py b/eliza.py index bf12fe5..2e7fe94 100755 --- a/eliza.py +++ b/eliza.py @@ -196,7 +196,7 @@ gPats = [ [r'Hello(.*)', [ "Howdy", - "Hola" + "Hola", "Hi there... how are you today?", "Hello, how are you feeling today?"]], -- cgit v1.2.3-70-g09d2