summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OpenSSL/crypto.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 2e58f82..0e99576 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1388,9 +1388,9 @@ class X509StoreContext(object):
instance. It is dynamically allocated and automatically garbage
collected.
- :ivar _store: See the ``store`` `__init__`` parameter.
+ :ivar _store: See the ``store`` ``__init__`` parameter.
- :ivar _cert: See the ``certificate`` `__init__`` parameter.
+ :ivar _cert: See the ``certificate`` ``__init__`` parameter.
"""
def __init__(self, store, certificate):