From: Rafael Fontenelle Date: Mon, 8 Nov 2021 06:03:44 +0000 (-0300) Subject: bpo-45741: docs: fix plural (GH-29461) X-Git-Tag: v3.11.0a3~293 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19b107e9b52dbd73f4c52adcb91e8185a53b45ae;p=thirdparty%2FPython%2Fcpython.git bpo-45741: docs: fix plural (GH-29461) "entry points provides" -> "entry points provide" Automerge-Triggered-By: GH:ericvsmith --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index b1040d4888ed..a30fd2d0c0c0 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1182,7 +1182,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.