aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-25 10:27:54 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-25 10:27:54 -0500
commit5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b (patch)
tree7200b1c4e307652097a56abc60132be36de7ec72 /tests/test_utils.py
parent68f1e0c2deea59df17e573b908f45182eff51dd0 (diff)
parent462bd6073122f25f524fa92853cf5974d06c7eb8 (diff)
downloadcryptography-5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b.tar.gz
cryptography-5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b.tar.bz2
cryptography-5ffb04c4d0141e19f3f0fb3cb12e07c1d231fb9b.zip
Merge pull request #968 from alex/typo-fixes
Fix some typos.
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index b50c21fe..7a0b9e74 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -2638,7 +2638,7 @@ def test_raises_unsupported_no_exc():
def test_raises_unsupported_algorithm():
- # Check that it doesnt assert if the right things are raised.
+ # Check that it doesn't assert if the right things are raised.
with raises_unsupported_algorithm(
_Reasons.BACKEND_MISSING_INTERFACE
) as exc_info: