From 7ad280cbe954a2769956c846aaa0112d43a550c9 Mon Sep 17 00:00:00 2001 From: Mohammed Attia Date: Mon, 3 Mar 2014 21:33:39 +0200 Subject: Fix pep8 issues --- cryptography/hazmat/primitives/interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index 04537f8c..3ffe09f1 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -297,7 +297,7 @@ class DSAParams(six.with_metaclass(abc.ABCMeta)): @abc.abstractproperty def subgroup_order(self): """ - The subgroup order that's used in generating the DSA keypair + The subgroup order that's used in generating the DSA keypair by the generator. """ @@ -323,7 +323,7 @@ class DSAParams(six.with_metaclass(abc.ABCMeta)): @abc.abstractproperty def q(self): """ - The subgroup order that's used in generating the DSA keypair + The subgroup order that's used in generating the DSA keypair by the generator. Alias for subgroup_order. """ -- cgit v1.2.3