From 18ef34b9139ccc2018aada63c2386bceae0da4c9 Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Tue, 19 May 2015 21:24:31 -0400 Subject: Adds missing docstring. --- src/cryptography/x509.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index a786c705..1635a517 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py @@ -1169,6 +1169,9 @@ class Certificate(object): @abc.abstractmethod def public_bytes(self, encoding): + """ + Serializes the certificate to PEM or DER format. + """ pass -- cgit v1.2.3