From db34825a90b240e84c8677bf57b69fab5af8ee3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 31 Jul 2011 19:22:47 +0200 Subject: doc typo --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index 7ca4fed..7fef404 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -88,7 +88,7 @@ that only Bob can read. #. Alice encrypts the message using Bob's public key, and sends the encrypted message. - >>> cryto = rsa.encrypt(message, bob_pub) + >>> crypto = rsa.encrypt(message, bob_pub) #. Bob receives the message, and decrypts it with his private key. -- cgit v1.2.1