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 (python#128602)

Remove the mention of removal from ResourceReader docs
  • Loading branch information
tomasr8 authored Jan 8, 2025
1 parent 58a9133 commit a1284e9
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 a1284e9

Please sign in to comment.