Skip to content

Commit eed7865

Browse files
[3.13] gh-97850: Remove the mention of removal from ResourceReader docs (GH-128602) (#128654)
gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) Remove the mention of removal from ResourceReader docs (cherry picked from commit a1284e9) Co-authored-by: Tomas R <[email protected]>
1 parent 6a261a0 commit eed7865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.resources.abc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
:const:`None`. An object compatible with this ABC should only be
4444
returned when the specified module is a package.
4545

46-
.. deprecated-removed:: 3.12 3.14
46+
.. deprecated:: 3.12
4747
Use :class:`importlib.resources.abc.TraversableResources` instead.
4848

4949
.. abstractmethod:: open_resource(resource)

0 commit comments

Comments
 (0)