mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
bpo-45741: docs: fix plural (GH-29461)
"entry points provides" -> "entry points provide" Automerge-Triggered-By: GH:ericvsmith
This commit is contained in:
parent
fd41125f0f
commit
19b107e9b5
1 changed files with 1 additions and 1 deletions
|
@ -1182,7 +1182,7 @@ Feature parity with ``importlib_metadata`` 4.6
|
||||||
(`history <https://importlib-metadata.readthedocs.io/en/latest/history.html>`_).
|
(`history <https://importlib-metadata.readthedocs.io/en/latest/history.html>`_).
|
||||||
|
|
||||||
:ref:`importlib.metadata entry points <entry-points>`
|
:ref:`importlib.metadata entry points <entry-points>`
|
||||||
now provides a nicer experience
|
now provide a nicer experience
|
||||||
for selecting entry points by group and name through a new
|
for selecting entry points by group and name through a new
|
||||||
:class:`importlib.metadata.EntryPoints` class. See the Compatibility
|
:class:`importlib.metadata.EntryPoints` class. See the Compatibility
|
||||||
Note in the docs for more info on the deprecation and usage.
|
Note in the docs for more info on the deprecation and usage.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue