diff options
author | scrazzz <scruzism@mail.com> | 2023-01-16 13:44:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 16:14:50 +0530 |
commit | b82049993f74185da71adf2eb8d6c8f15db063e1 (patch) | |
tree | 3e3abc7bde9824a2c4076ecfb217102078271ee6 | |
parent | 74c20b6ecee125e76c187c3f78c55f39501702ae (diff) | |
download | cpython-git-b82049993f74185da71adf2eb8d6c8f15db063e1.tar.gz |
Docs: Remove duplicate `TraversableResources` reference (#101068)
-rw-r--r-- | Doc/whatsnew/3.12.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 2c807caa0e..72a3ad9f5c 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -464,7 +464,6 @@ Pending Removal in Python 3.14 Use :mod:`importlib.resources.abc` classes instead: - * :class:`importlib.resources.abc.TraversableResources` * :class:`importlib.resources.abc.Traversable` * :class:`importlib.resources.abc.TraversableResources` |