commit | c63092d7555b7943a3de04854ca89c0aa262e905 | [log] [tgz] |
---|---|---|
author | Mohammed Attia <skeuomorf@gmail.com> | Mon Mar 03 20:27:58 2014 +0200 |
committer | Mohammed Attia <skeuomorf@gmail.com> | Mon Mar 03 20:27:58 2014 +0200 |
tree | 185715fca1d2f8c9e0d785ca4cce3a50a87bc2f8 | |
parent | 984b38696e1f34ebca44fe9c605564eaf4f442bf [diff] |
Fixed typo
diff --git a/cryptography/hazmat/primitives/interfaces.py b/cryptography/hazmat/primitives/interfaces.py index bca8d54..ee54aaf 100644 --- a/cryptography/hazmat/primitives/interfaces.py +++ b/cryptography/hazmat/primitives/interfaces.py
@@ -370,7 +370,7 @@ @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