From 9e19428029f3bdbacb3d1807740217b78c230f33 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 14 Jun 2017 10:28:53 -1000 Subject: fix typo in docs for curve name (#3705) fixes #3704 --- docs/hazmat/primitives/asymmetric/ec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3