summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@top>2013-04-03 08:35:08 -0400
committerJean-Paul Calderone <exarkun@top>2013-04-03 08:35:08 -0400
commite66fde216218a06ef31666675fbdbd9b4e9ac259 (patch)
tree64d4683bb016773c6c4217260c85c31b16df72a1
parenta12e7d29bdfcae62f3ba74d4c129a4cf4bf0a950 (diff)
downloadpyopenssl-e66fde216218a06ef31666675fbdbd9b4e9ac259.tar.gz
Randomly fix another 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 59b4d59..01eabf3 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1123,7 +1123,8 @@ def dump_privatekey(type, pkey, cipher=None, passphrase=None):
"""
Dump a private key 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 pkey: The PKey to dump
:param cipher: (optional) if encrypted PEM format, the cipher to
use