summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@top>2013-04-03 08:17:34 -0400
committerJean-Paul Calderone <exarkun@top>2013-04-03 08:17:34 -0400
commita12e7d29bdfcae62f3ba74d4c129a4cf4bf0a950 (patch)
tree801f90a0165050186a659279104ed0b1d83ed7a8
parent6315787f66f49ed2f0cf67c8fe5d549d850f2606 (diff)
downloadpyopenssl-a12e7d29bdfcae62f3ba74d4c129a4cf4bf0a950.tar.gz
Randomly fix a docstring
-rw-r--r--OpenSSL/crypto.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 2fed4b8..59b4d59 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1097,7 +1097,8 @@ def dump_certificate(type, cert):
"""
Dump a certificate to a buffer
- :param type: The file type (one of FILETYPE_PEM, FILETYPE_ASN1)
+ :param type: The file type (one of FILETYPE_PEM, FILETYPE_ASN1, or
+ FILETYPE_TEXT)
:param cert: The certificate to dump
:return: The buffer with the dumped certificate in
"""