diff options
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 |