commit | 5888747ed3f1d49938c56971b068eedd60e51577 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jan 30 13:12:35 2010 -0500 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jan 30 13:12:35 2010 -0500 |
tree | 50eb1941b52709112fe140311868911fc85e40de | |
parent | 9178ee692f3358fab11459aba2acf90fb8abad03 [diff] [blame] |
Give some hint about the signature of CRL.export in the docstring
diff --git a/src/crypto/crl.c b/src/crypto/crl.c index 025df50..fa6ae86 100644 --- a/src/crypto/crl.c +++ b/src/crypto/crl.c
@@ -110,7 +110,7 @@ } static char crypto_CRL_export_doc[] = "\n\ -Export a CRL as a string\n\ +export(cert, key[, type[, days]]) -> export a CRL as a string\n\ \n\ @param cert: Used to sign CRL.\n\ @type cert: L{X509}\n\