From 24258ec6147e9c323b058ec7a165c52bc50ccdfc Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 24 May 2014 12:15:59 +0100 Subject: doc8 fixes --- docs/hazmat/primitives/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 0998a0ca..e4e007ce 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -504,7 +504,7 @@ Asymmetric interfaces `EdDSA`_. .. classmethod:: signer(signature_algorithm) - + Sign data which can be verified later by others using the public key. :param signature_algorithm: An instance of a @@ -534,7 +534,7 @@ Asymmetric interfaces An elliptic curve public key. .. classmethod:: verifier(signer, signature_algorithm) - + Verify data was signed by the private key associated with this public key. -- cgit v1.2.3