From f708c46e1ed60cc0869d412760642279e5eca1a6 Mon Sep 17 00:00:00 2001 From: callezenwaka Date: Wed, 26 May 2021 12:48:44 +0100 Subject: [PATCH] Update Ciphers.ipnyb Fix typographic errors on the notebook --- cryptography/notebooks/Ciphers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/notebooks/Ciphers.ipynb b/cryptography/notebooks/Ciphers.ipynb index 0be4376..09d4b1d 100644 --- a/cryptography/notebooks/Ciphers.ipynb +++ b/cryptography/notebooks/Ciphers.ipynb @@ -422,7 +422,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now they key is a 26 character string, in this case \"etckfuswqjgnaopybxmvhzdlir\". This is difficult very to guess!. In the first exercice you'll learn how to break this code, at least, partially. Let's code the encryption/decryption algorithms" + "Now the key is a 26 character string, in this case \"etckfuswqjgnaopybxmvhzdlir\". This is very difficult to guess!. In the first exercice you'll learn how to break this code, at least, partially. Let's code the encryption/decryption algorithms" ] }, {