We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dfc57 commit d9f182dCopy full SHA for d9f182d
src/cryptography/__init__.py
@@ -41,7 +41,7 @@
41
)
42
if sys.version_info[:2] == (3, 5):
43
warnings.warn(
44
- "Python 3.5 support will be dropped in the next release of"
+ "Python 3.5 support will be dropped in the next release of "
45
"cryptography. Please upgrade your Python.",
46
CryptographyDeprecationWarning,
47
stacklevel=2,
0 commit comments