Change docstrings from being C programmer oriented to being Python programmer oriented
diff --git a/src/crypto/x509store.c b/src/crypto/x509store.c
index 442c2d5..6bf1310 100644
--- a/src/crypto/x509store.c
+++ b/src/crypto/x509store.c
@@ -13,10 +13,8 @@
static char crypto_X509Store_add_cert_doc[] = "\n\
Add a certificate\n\
\n\
-Arguments: self - The X509Store object\n\
- args - The Python argument tuple, should be:\n\
- cert - The certificate to add\n\
-Returns: None\n\
+@param cert: The certificate to add\n\
+@return: None\n\
";
static PyObject *