We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f011e1 commit db34825Copy full SHA for db34825
1 file changed
doc/usage.rst
@@ -88,7 +88,7 @@ that only Bob can read.
88
#. Alice encrypts the message using Bob's public key, and sends the
89
encrypted message.
90
91
- >>> cryto = rsa.encrypt(message, bob_pub)
+ >>> crypto = rsa.encrypt(message, bob_pub)
92
93
#. Bob receives the message, and decrypts it with his private key.
94
0 commit comments