Skip to content

Commit db34825

Browse files
committed
doc typo
1 parent 1f011e1 commit db34825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ that only Bob can read.
8888
#. Alice encrypts the message using Bob's public key, and sends the
8989
encrypted message.
9090

91-
>>> cryto = rsa.encrypt(message, bob_pub)
91+
>>> crypto = rsa.encrypt(message, bob_pub)
9292

9393
#. Bob receives the message, and decrypts it with his private key.
9494

0 commit comments

Comments
 (0)