commit | 18ef34b9139ccc2018aada63c2386bceae0da4c9 | [log] [tgz] |
---|---|---|
author | Andre Caron <andre.l.caron@gmail.com> | Tue May 19 21:24:31 2015 -0400 |
committer | Andre Caron <andre.l.caron@gmail.com> | Tue May 19 21:24:31 2015 -0400 |
tree | a1e7d8e74d5a35645ec5aa72ce855ac154761e66 | |
parent | a8aded6346b8016d8f9e7e5d2ad75319dd69dcbb [diff] |
Adds missing docstring.
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index a786c70..1635a51 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py
@@ -1169,6 +1169,9 @@ @abc.abstractmethod def public_bytes(self, encoding): + """ + Serializes the certificate to PEM or DER format. + """ pass