diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-05-23 22:06:06 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-05-23 22:07:11 +0100 |
commit | 6e52674222a32d57a002137baa0d57df132b40d4 (patch) | |
tree | b57a7f2f9f8bde0df4318e7530fbe6f483885c48 /docs/hazmat/primitives | |
parent | 33c9d838bcc9ed04d184bf86702499aed6faceab (diff) | |
download | cryptography-6e52674222a32d57a002137baa0d57df132b40d4.tar.gz cryptography-6e52674222a32d57a002137baa0d57df132b40d4.tar.bz2 cryptography-6e52674222a32d57a002137baa0d57df132b40d4.zip |
Remove secp from spelling dictionary
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index c7b94ff2..0998a0ca 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -474,7 +474,7 @@ Asymmetric interfaces :type: string The name of the curve. Usually the name used for the ASN.1 OID such as - "secp256k1". + ``secp256k1``. .. attribute:: key_size |