From da6f79dab5dbdb5fe00d11c94f5c515d5bbc632e Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mon, 8 Nov 2021 03:03:44 -0300 Subject: [PATCH] bpo-45741: docs: fix plural (GH-29461) "entry points provides" -> "entry points provide" Automerge-Triggered-By: GH:ericvsmith (cherry picked from commit 19b107e9b52dbd73f4c52adcb91e8185a53b45ae) Co-authored-by: Rafael Fontenelle --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 5ac45c50c27c3d..4ee193f158fde4 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1171,7 +1171,7 @@ Feature parity with ``importlib_metadata`` 4.6 (`history `_). :ref:`importlib.metadata entry points ` -now provides a nicer experience +now provide a nicer experience for selecting entry points by group and name through a new :class:`importlib.metadata.EntryPoints` class. See the Compatibility Note in the docs for more info on the deprecation and usage.