summaryrefslogtreecommitdiff
path: root/OpenSSL
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-05-19 17:46:40 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-05-19 17:46:40 -0400
commit4a3a7c1a3d4211472390cce13884052cc4120580 (patch)
tree470f9f9c6472b35771a5cc0c46b7b3b36222472c /OpenSSL
parent489969fe3d576fc467ba27d6ad2eda090f6616c5 (diff)
downloadpyopenssl-4a3a7c1a3d4211472390cce13884052cc4120580.tar.gz
Updated docstring style
Diffstat (limited to 'OpenSSL')
-rw-r--r--OpenSSL/crypto/x509.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSSL/crypto/x509.c b/OpenSSL/crypto/x509.c
index 9ee28e8..0754dec 100644
--- a/OpenSSL/crypto/x509.c
+++ b/OpenSSL/crypto/x509.c
@@ -523,9 +523,9 @@ crypto_X509_gmtime_adj_notAfter(crypto_X509Obj *self, PyObject *args)
static char crypto_X509_get_signature_algorithm_doc[] = "\n\
Retrieve the signature algorithm used in the certificate\n\
\n\
-Arguments: self - The X509 object\n\
- args - The Python argument tuple, should be empty\n\
-Returns: None\n\
+@return: A byte string giving the name of the signature algorithm used in\n\
+ the certificate.\n\
+@raise ValueError: If the signature algorithm is undefined.\n\
";
static PyObject *