commit | 7bcb926c53fd91cfd76db302f9c0652c3a4ef0e4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Nov 13 00:56:13 2017 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Nov 13 03:56:13 2017 -0500 |
tree | 3ae393f16396de374bfbd839d6df16116bdc2162 | |
parent | f7486f6a3c4490b069448e9a130cfc585c495886 [diff] |
fix typo in comment (#4019)
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py index baa7b7a..d69ed89 100644 --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py
@@ -12,7 +12,7 @@ # 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