aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-09-14 18:24:20 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-09-14 18:24:20 -0400
commitedfedc135cbce685e96e7386654e99eb1c43362b (patch)
treea58ceae245d08c5159827888c4018e06939657c6 /docs/hazmat/primitives/asymmetric
parent7700251f26c39c38dbf2be8924be46fec08ac2cb (diff)
downloadcryptography-edfedc135cbce685e96e7386654e99eb1c43362b.tar.gz
cryptography-edfedc135cbce685e96e7386654e99eb1c43362b.tar.bz2
cryptography-edfedc135cbce685e96e7386654e99eb1c43362b.zip
a few docs fixes and language improvements (#4472)
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst
index ab781e92..226dea8c 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -455,7 +455,7 @@ Key Interfaces
.. attribute:: name
- :type: string
+ :type: str
The name of the curve. Usually the name used for the ASN.1 OID such as
``secp256k1``.