diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-14 10:28:53 -1000 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2017-06-14 16:28:53 -0400 |
commit | 9e19428029f3bdbacb3d1807740217b78c230f33 (patch) | |
tree | 4a9ef921e4c45f19b9652bf81c3a2566e8e1e6ac /docs | |
parent | 61858f36b63398c013d8170bb5c540d532496ca7 (diff) | |
download | cryptography-9e19428029f3bdbacb3d1807740217b78c230f33.tar.gz cryptography-9e19428029f3bdbacb3d1807740217b78c230f33.tar.bz2 cryptography-9e19428029f3bdbacb3d1807740217b78c230f33.zip |
fix typo in docs for curve name (#3705)
fixes #3704
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 113168fa..614d7a32 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -374,7 +374,7 @@ All named curves are instances of :class:`EllipticCurve`. SECG curve ``secp256r1``. Also called NIST P-256. -.. class:: SECT224R1 +.. class:: SECP224R1 .. versionadded:: 0.5 |