Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 14db374

Browse files
committed
Language correction
1 parent ca0ee25 commit 14db374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Alternatively you can use :py:meth:`rsa.PrivateKey.load_pkcs1` and
4040
... keydata = privatefile.read()
4141
>>> privkey = rsa.PrivateKey.load_pkcs1(keydata)
4242

43-
PKCS#1 v2.1 allows you to generate RSA keys with multiple primes:
43+
Python-RSA also allows you to generate RSA keys with multiple primes:
4444

4545
>>> import rsa
4646
>>> (pubkey, privkey) = rsa.newkeys(512, nprimes=3)

0 commit comments

Comments
 (0)