From 5d0223c63e3c9722dba27d23a0ea30be28888851 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Tue, 21 Nov 2017 13:44:57 -0800 Subject: [PATCH] Add files via upload --- ipynb/Snobol.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipynb/Snobol.ipynb b/ipynb/Snobol.ipynb index 882e092..b66470d 100644 --- a/ipynb/Snobol.ipynb +++ b/ipynb/Snobol.ipynb @@ -37,7 +37,7 @@ "\n", "# The Concordance Solution\n", "\n", - "I ended up with a program similar to the following, but to avoid having to explain Snobol, here I show Python syntax ecept for the `'$word'` indirection:" + "I ended up with a program similar to the following, but to avoid having to explain Snobol, here I show Python syntax (except for the `'$word'` indirection):" ] }, {