summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/rsa/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/rsa/README b/python/rsa/README
index 38bb5d56a7..5311a7072d 100644
--- a/python/rsa/README
+++ b/python/rsa/README
@@ -1,5 +1,5 @@
-Python-RSA is a pure-Python RSA implementation. It supports encryption and
-decryption, signing and verifying signatures, and key generation according to
-PKCS#1 version 1.5.
+Python-RSA is a pure-Python RSA implementation. It supports encryption
+and decryption, signing and verifying signatures, and key generation
+according to PKCS#1 version 1.5.
Optional dependencies: psyco