summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xeliza.py2
1 files changed, 1 insertions, 1 deletions
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?"]],