summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2021-11-08 06:03:44 (GMT)
committerGitHub <noreply@github.com>2021-11-08 06:03:44 (GMT)
commit19b107e9b52dbd73f4c52adcb91e8185a53b45ae (patch)
tree20c3ca7f3dcbb37700ec24b098b74470044d185c
parentfd41125f0f1bd73e0137580d4a5bfaeaef87c283 (diff)
downloadcpython-19b107e9b52dbd73f4c52adcb91e8185a53b45ae.zip
cpython-19b107e9b52dbd73f4c52adcb91e8185a53b45ae.tar.gz
cpython-19b107e9b52dbd73f4c52adcb91e8185a53b45ae.tar.bz2
bpo-45741: docs: fix plural (GH-29461)
"entry points provides" -> "entry points provide" Automerge-Triggered-By: GH:ericvsmith
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index b1040d4..a30fd2d 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 <https://importlib-metadata.readthedocs.io/en/latest/history.html>`_).
: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
:class:`importlib.metadata.EntryPoints` class. See the Compatibility
Note in the docs for more info on the deprecation and usage.