Skip to content

Commit 19b107e

Browse files
authored
bpo-45741: docs: fix plural (GH-29461)
"entry points provides" -> "entry points provide" Automerge-Triggered-By: GH:ericvsmith
1 parent fd41125 commit 19b107e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ Feature parity with ``importlib_metadata`` 4.6
11821182
(`history <https://importlib-metadata.readthedocs.io/en/latest/history.html>`_).
11831183
11841184
:ref:`importlib.metadata entry points <entry-points>`
1185-
now provides a nicer experience
1185+
now provide a nicer experience
11861186
for selecting entry points by group and name through a new
11871187
:class:`importlib.metadata.EntryPoints` class. See the Compatibility
11881188
Note in the docs for more info on the deprecation and usage.

0 commit comments

Comments
 (0)