aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-06 21:03:46 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-06 21:03:46 -0400
commit935f6ca1a7d2cf31687c716c92e642372b9a7017 (patch)
tree41fce64fb6d420366f1be6d2d0ad5def00e4251f /src
parent70c8f8b4d96f6a26f016e43d61005ad12027cc1e (diff)
downloadcryptography-935f6ca1a7d2cf31687c716c92e642372b9a7017.tar.gz
cryptography-935f6ca1a7d2cf31687c716c92e642372b9a7017.tar.bz2
cryptography-935f6ca1a7d2cf31687c716c92e642372b9a7017.zip
typo fix
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index b36258a4..fb21be2b 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1391,7 +1391,7 @@ class CertificateRevocationList(object):
@six.add_metaclass(abc.ABCMeta)
class CertificateSigningRequest(object):
- @abc.abstracmethod
+ @abc.abstractmethod
def __eq__(self, other):
"""
Checks equality.