From e93aea7e96b3eef8fa5dce54a3c221668821e282 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 13 Nov 2020 15:12:49 +0100 Subject: Fix spelling of set in set_verify docstring (#959) --- src/OpenSSL/SSL.py | 4 ++-- 1 file 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 -- cgit v1.2.1