aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-26 23:55:51 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-26 23:55:51 -0400
commitadba07a814626d1e409cd06d6a0774dae69a2c33 (patch)
treed4f88224f1986b9be676df218a4e87ef5f6c1aed /docs/hazmat
parentfef1fbd1187b7fc80589553fb192210dd15a3a1c (diff)
downloadcryptography-adba07a814626d1e409cd06d6a0774dae69a2c33.tar.gz
cryptography-adba07a814626d1e409cd06d6a0774dae69a2c33.tar.bz2
cryptography-adba07a814626d1e409cd06d6a0774dae69a2c33.zip
docs language improvement
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst2
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::