From c63092d7555b7943a3de04854ca89c0aa262e905 Mon Sep 17 00:00:00 2001 From: Mohammed Attia Date: Mon, 3 Mar 2014 20:27:58 +0200 Subject: Fixed typo --- cryptography/hazmat/primitives/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index bca8d544..ee54aafe 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py @@ -370,7 +370,7 @@ class DSAPublicKey(six.with_metaclass(abc.ABCMeta)): @abc.abstractproperty def pub_key(self): """ - The pub_key that's in the DSA structure, also known as y. + The pub_key that's in the DSA structure. """ @abc.abstractproperty -- cgit v1.2.3