We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eee2fe commit d05140fCopy full SHA for d05140f
Lib/importlib/abc.py
@@ -74,7 +74,7 @@ def __init__(self):
74
import warnings
75
warnings.warn('importlib.abc.ResourceLoader is deprecated in '
76
'favour of supporting resource loading through '
77
- 'importlib.resources.abc.ResourceReader.',
+ 'importlib.resources.abc.TraversableResources.',
78
DeprecationWarning, stacklevel=2)
79
super().__init__()
80
0 commit comments