Remove extra whitespace

This commit is contained in:
Amirali Sanatinia
2014-07-27 21:42:13 -04:00
parent f1f183e634
commit e5f978ac45
-4
View File
@@ -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)