aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/hazmat/backends/__init__.py')
-rw-r--r--src/cryptography/hazmat/backends/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/backends/__init__.py b/src/cryptography/hazmat/backends/__init__.py
index b191cbe6..ff8e8f0f 100644
--- a/src/cryptography/hazmat/backends/__init__.py
+++ b/src/cryptography/hazmat/backends/__init__.py
@@ -20,7 +20,7 @@ def _available_backends():
import pkg_resources
entry_point_backends = [
- # DeprecatedIn16
+ # PersistentlyDeprecated
# setuptools 11.3 deprecated support for the require parameter to
# load(), and introduced the new resolve() method instead.
# We previously removed this fallback, but users are having issues