From 7bcb926c53fd91cfd76db302f9c0652c3a4ef0e4 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 13 Nov 2017 00:56:13 -0800 Subject: fix typo in comment (#4019) --- src/cryptography/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py index baa7b7a1..d69ed89f 100644 --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py @@ -12,7 +12,7 @@ import warnings # We use a UserWarning subclass, instead of DeprecationWarning, because CPython -# decided deprecation warnings should be invisble be default. +# decided deprecation warnings should be invisble by default. class CryptographyDeprecationWarning(UserWarning): pass -- cgit v1.2.3