summaryrefslogtreecommitdiff
path: root/src/OpenSSL/SSL.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/OpenSSL/SSL.py')
-rw-r--r--src/OpenSSL/SSL.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py
index 9b9f638..3153426 100644
--- a/src/OpenSSL/SSL.py
+++ b/src/OpenSSL/SSL.py
@@ -993,8 +993,8 @@ class Context(object):
def set_verify(self, mode, callback=None):
"""
- et the verification flags for this Context object to *mode* and specify
- that *callback* should be used for verification callbacks.
+ Set the verification flags for this Context object to *mode* and
+ specify that *callback* should be used for verification callbacks.
:param mode: The verify mode, this should be one of
:const:`VERIFY_NONE` and :const:`VERIFY_PEER`. If