diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-26 23:55:51 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-26 23:55:51 -0400 |
commit | adba07a814626d1e409cd06d6a0774dae69a2c33 (patch) | |
tree | d4f88224f1986b9be676df218a4e87ef5f6c1aed /docs | |
parent | fef1fbd1187b7fc80589553fb192210dd15a3a1c (diff) | |
download | cryptography-adba07a814626d1e409cd06d6a0774dae69a2c33.tar.gz cryptography-adba07a814626d1e409cd06d6a0774dae69a2c33.tar.bz2 cryptography-adba07a814626d1e409cd06d6a0774dae69a2c33.zip |
docs language improvement
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/rsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index b3119440..7943981e 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -115,7 +115,7 @@ RSA .. versionadded:: 0.3 - Verify data was signed by the private key associated with the public + Verify data was signed by the private key associated with this public key. .. doctest:: |