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
commit1bd402d2bb36e00f31e2c417c473f6dd87c69cbd (patch)
tree6b67e761a3a40be7f7ce6f2e6547ffbd07b002be /doc
parent1070f6e8f51c49d739f846d0f421dc7e33b97122 (diff)
downloadrsa-1bd402d2bb36e00f31e2c417c473f6dd87c69cbd.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.