aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-07 13:08:14 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-07 13:08:14 -0700
commite80022489fd0027c7d99ada9e14c810cb5ca5e05 (patch)
tree7686f4f725112d70ca40eaf84743585da48dd2af /docs/hazmat/primitives
parent2f7e2e4684c819f4ba536a8838ed20306e66759f (diff)
parent34d7ef263358693bb06cc9dc12175c437807826f (diff)
downloadcryptography-e80022489fd0027c7d99ada9e14c810cb5ca5e05.tar.gz
cryptography-e80022489fd0027c7d99ada9e14c810cb5ca5e05.tar.bz2
cryptography-e80022489fd0027c7d99ada9e14c810cb5ca5e05.zip
Merge pull request #1112 from public/fix-docs
Fix syntax error in docs
Diffstat (limited to 'docs/hazmat/primitives')
-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 798fbab1..84911cba 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
-,, method:: generate_private_key(curve, backend):
+.. method:: generate_private_key(curve, backend):
.. versionadded:: 0.5