From cecf995dc1c180ac1fdfcb6da6e90b7d61cf8fb1 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Sat, 8 Mar 2014 08:52:48 -0500 Subject: [PATCH] Fixed typo in slide 1 --- slides/caesar-encipher.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slides/caesar-encipher.html b/slides/caesar-encipher.html index a4d5b2d..3c40395 100644 --- a/slides/caesar-encipher.html +++ b/slides/caesar-encipher.html @@ -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 -- 2.34.1