aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__init__.py b/src/cryptography/__init__.py
index 940c66bc..e5c34a27 100644
--- a/src/cryptography/__init__.py
+++ b/src/cryptography/__init__.py
@@ -21,7 +21,7 @@ __all__ = [
if sys.version_info[:2] == (2, 6):
warnings.warn(
"Python 2.6 is no longer supported by the Python core team, please "
- "upgrade your Python. A future version of cryptography will drop "
+ "upgrade your Python. The next version of cryptography will drop "
"support for Python 2.6",
DeprecationWarning
)