Skip to content

Commit

Permalink
pythongh-97850: Remove the mention of removal from ResourceReader d…
Browse files Browse the repository at this point in the history
…ocs (pythonGH-128602)

Remove the mention of removal from ResourceReader docs
(cherry picked from commit a1284e9)

Co-authored-by: Tomas R. <[email protected]>
  • Loading branch information
tomasr8 authored and miss-islington committed Jan 8, 2025
1 parent 4c130c9 commit 788ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/importlib.resources.abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
:const:`None`. An object compatible with this ABC should only be
returned when the specified module is a package.

.. deprecated-removed:: 3.12 3.14
.. deprecated:: 3.12
Use :class:`importlib.resources.abc.TraversableResources` instead.

.. abstractmethod:: open_resource(resource)
Expand Down

0 comments on commit 788ddc4

Please sign in to comment.