From e5f978ac45a59b64f993b57e12d0521207fed468 Mon Sep 17 00:00:00 2001 From: Amirali Sanatinia Date: Sun, 27 Jul 2014 21:42:13 -0400 Subject: [PATCH] Remove extra whitespace --- docs/scenarios/crypto.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/scenarios/crypto.rst b/docs/scenarios/crypto.rst index 17e8609..15f3af7 100644 --- a/docs/scenarios/crypto.rst +++ b/docs/scenarios/crypto.rst @@ -65,7 +65,3 @@ Example # Decryption decryption_suite = AES.new('This is a key123', AES.MODE_CBC, 'This is an IV456') plain_text = decryption_suite.decrypt(cipher_text) - - - -