Fixed typo in slide 1
authorNeil Smith <neil.git@njae.me.uk>
Sat, 8 Mar 2014 13:52:48 +0000 (08:52 -0500)
committerNeil Smith <neil.git@njae.me.uk>
Sat, 8 Mar 2014 13:52:48 +0000 (08:52 -0500)
slides/caesar-encipher.html

index a4d5b2df15bbec0f783b85e6a2d2658314a32742..3c403953ac985a2fc8c4b9175abd679eed55275a 100644 (file)
@@ -64,7 +64,7 @@ ord()
 
 chr()
 
-mod()
+%
 ```
 
 * What are good test cases?
@@ -177,6 +177,8 @@ for p in plaintext:
     ciphertext += caesar_encipher_letter(p, key)
 ```
 
+...but easily generalisable
+
 ---
 
 # Doing all the letters