diff options
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 1 |
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]) |