aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-19 16:18:31 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-19 16:18:31 -0800
commit1a8ccf778fcfd272e6b1a2cf5f1b12db45d9ec8a (patch)
tree855bb90ee27a70eb7f29f91cbd8d5637d485dae1 /docs/hazmat/primitives
parent78515f2b57e84586ba71ad905a1cd53c1d7cda61 (diff)
downloadcryptography-1a8ccf778fcfd272e6b1a2cf5f1b12db45d9ec8a.tar.gz
cryptography-1a8ccf778fcfd272e6b1a2cf5f1b12db45d9ec8a.tar.bz2
cryptography-1a8ccf778fcfd272e6b1a2cf5f1b12db45d9ec8a.zip
Missing char
Diffstat (limited to 'docs/hazmat/primitives')
-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 0a25e68f..837059bd 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -75,7 +75,7 @@ password. If the key is encrypted we can pass a ``bytes`` object as the
``password`` argument.
There is also support for :func:`loading public keys in the SSH format
-<cryptography.hazmat.primitives.serialization.load_ssh_public_key`.
+<cryptography.hazmat.primitives.serialization.load_ssh_public_key>`.
Signing
~~~~~~~