commit | db34825a90b240e84c8677bf57b69fab5af8ee3a | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Jul 31 19:22:47 2011 +0200 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Jul 31 19:22:47 2011 +0200 |
tree | 6b67e761a3a40be7f7ce6f2e6547ffbd07b002be | |
parent | 1f011e1d6240e3926156f9f20a23e994ab8c9c94 [diff] [blame] |
doc typo
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 @@ #. 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.