summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2020-11-13 15:12:49 +0100
committerGitHub <noreply@github.com>2020-11-13 08:12:49 -0600
commite93aea7e96b3eef8fa5dce54a3c221668821e282 (patch)
treeb4d45a62ccd9c03a6da07af7b5dd51cf1406bdc0
parent55f2c2b138705b517b8002c33c0c68a2c46fb545 (diff)
downloadpyopenssl-git-e93aea7e96b3eef8fa5dce54a3c221668821e282.tar.gz
Fix spelling of set in set_verify docstring (#959)
-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