aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorErik Trauschke <erik.trauschke@gmail.com>2015-10-13 09:55:39 -0700
committerErik Trauschke <erik.trauschke@gmail.com>2015-10-13 09:55:39 -0700
commitb14f7d1c580bf0b9d4b6a8a14503c70aa8576134 (patch)
treeba9c941047a3e4805ef3bc962b5724c83dc0401f /docs/x509
parent3cdabaf2544b98c6c915ca6704f9e03fdd58e1e6 (diff)
downloadcryptography-b14f7d1c580bf0b9d4b6a8a14503c70aa8576134.tar.gz
cryptography-b14f7d1c580bf0b9d4b6a8a14503c70aa8576134.tar.bz2
cryptography-b14f7d1c580bf0b9d4b6a8a14503c70aa8576134.zip
doctest fix
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index eda6378f..5f4c5314 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -406,6 +406,7 @@ X.509 CRL (Certificate Revocation List) Object
objects stored in this CRL.
.. doctest::
+
>>> len(crl)
1
>>> type(crl[0])