aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Trauschke <erik.trauschke@gmail.com>2015-05-27 15:07:35 -0700
committerErik Trauschke <erik.trauschke@gmail.com>2015-05-27 15:07:35 -0700
commitabb7b6ed99538e49f606b00f3219a2fd568c59d6 (patch)
treefe30e7bdcd5543ea8ee4746332fd5eec2fb76a22 /src
parent2dcce90056cb8c2082d5a103212ef045daa8bff3 (diff)
downloadcryptography-abb7b6ed99538e49f606b00f3219a2fd568c59d6.tar.gz
cryptography-abb7b6ed99538e49f606b00f3219a2fd568c59d6.tar.bz2
cryptography-abb7b6ed99538e49f606b00f3219a2fd568c59d6.zip
doc fixes, rename rekoked -> revoked_certificates
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 421ebfcd..c4ada20e 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1241,7 +1241,7 @@ class CertificateRevocationList(object):
"""
@abc.abstractproperty
- def revoked(self):
+ def revoked_certificates(self):
"""
Returns a list of RevokedCertificate objects for this CRL.
"""