summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-07-31 19:22:47 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-07-31 19:22:47 +0200
commitdb34825a90b240e84c8677bf57b69fab5af8ee3a (patch)
tree6b67e761a3a40be7f7ce6f2e6547ffbd07b002be /doc
parent1f011e1d6240e3926156f9f20a23e994ab8c9c94 (diff)
downloadrsa-git-db34825a90b240e84c8677bf57b69fab5af8ee3a.tar.gz
doc typo
Diffstat (limited to 'doc')
-rw-r--r--doc/usage.rst2
1 files changed, 1 insertions, 1 deletions
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.