summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-23 10:51:16 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-23 10:51:16 -0700
commit5ee60b33b5323e2eab80d7059283ce49928a543d (patch)
treef46e52e813622971b4e1a262e37748cb4a18f04d
parent33fcf12342bf67f617951e98f153bfb99fe8a5b7 (diff)
downloadpyopenssl-5ee60b33b5323e2eab80d7059283ce49928a543d.tar.gz
Fix markup
Thanks, @hynek!
-rw-r--r--OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 3b8abeb..d642c6c 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1487,7 +1487,7 @@ class X509Store(object):
:param X509 cert: The certificate to add to this store.
:raises TypeError: If the certificate is not an :py:class:`X509`.
:raises Error: If OpenSSL was unhappy with your certificate.
- :return: py:data:`None` if the certificate was added successfully.
+ :return: :py:data:`None` if the certificate was added successfully.
"""
if not isinstance(cert, X509):
raise TypeError()