From 34d7ef263358693bb06cc9dc12175c437807826f Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 7 Jun 2014 20:34:48 +0100 Subject: Fix syntax error in docs --- docs/hazmat/primitives/asymmetric/ec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat/primitives') 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 -- cgit v1.2.3