diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |