summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-05-14 14:06:16 -0400
committerHynek Schlawack <hs@ox.cx>2018-05-14 14:06:16 -0400
commit40bc0f17b2a4e6c215f0c70968e89928f260e685 (patch)
treeadcdf51197d448ad204274caee2f441d840cc812 /tests
parent15c293505749cb8d2e65a1034e4ff03d26db3cf5 (diff)
downloadpyopenssl-git-40bc0f17b2a4e6c215f0c70968e89928f260e685.tar.gz
Fixed a handful of typos (#755)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index f36890d..87bd18c 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -1483,7 +1483,7 @@ class TestContext(object):
@pytest.mark.parametrize('callback', [None, 1.0, 'mode', ('foo', 'bar')])
def test_set_verify_wrong_callable_arg(self, callback):
"""
- `Context.set_verify` raises `TypeError` if the the second argument
+ `Context.set_verify` raises `TypeError` if the second argument
is not callable.
"""
context = Context(TLSv1_METHOD)