aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammed Attia <skeuomorf@gmail.com>2014-03-03 20:27:58 +0200
committerMohammed Attia <skeuomorf@gmail.com>2014-03-03 20:27:58 +0200
commitc63092d7555b7943a3de04854ca89c0aa262e905 (patch)
tree185715fca1d2f8c9e0d785ca4cce3a50a87bc2f8
parent984b38696e1f34ebca44fe9c605564eaf4f442bf (diff)
downloadcryptography-c63092d7555b7943a3de04854ca89c0aa262e905.tar.gz
cryptography-c63092d7555b7943a3de04854ca89c0aa262e905.tar.bz2
cryptography-c63092d7555b7943a3de04854ca89c0aa262e905.zip
Fixed typo
-rw-r--r--cryptography/hazmat/primitives/interfaces.py2
1 files changed, 1 insertions, 1 deletions
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