aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-20 18:39:10 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-20 18:39:10 -1000
commit45766ec3e46bd4451e4c4cf3b337ebbdc48d2ac1 (patch)
treea8af8c728d5b7240273032a163144460e0a11220 /docs/hazmat/primitives/asymmetric/ec.rst
parentc98545a2b9d2cd3cd0a694ee334244ac0b53dbc4 (diff)
parent4922c45e2dbee7760f17f9776ba39bae0295c1e7 (diff)
downloadcryptography-45766ec3e46bd4451e4c4cf3b337ebbdc48d2ac1.tar.gz
cryptography-45766ec3e46bd4451e4c4cf3b337ebbdc48d2ac1.tar.bz2
cryptography-45766ec3e46bd4451e4c4cf3b337ebbdc48d2ac1.zip
Merge pull request #1485 from alex/docs-syntax
fixed a syntax error in the docs
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/ec.rst')
-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 a229fe41..fd20cbb2 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -6,7 +6,7 @@ Elliptic curve cryptography
.. currentmodule:: cryptography.hazmat.primitives.asymmetric.ec
-.. function:: generate_private_key(curve, backend):
+.. function:: generate_private_key(curve, backend)
.. versionadded:: 0.5