[Python-checkins] bpo-45741: docs: fix plural (GH-29461)

miss-islington webhook-mailer at python.org
Mon Nov 8 01:03:53 EST 2021


https://github.com/python/cpython/commit/19b107e9b52dbd73f4c52adcb91e8185a53b45ae
commit: 19b107e9b52dbd73f4c52adcb91e8185a53b45ae
branch: main
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-11-07T22:03:44-08:00
summary:

bpo-45741: docs: fix plural (GH-29461)



"entry points provides" -> "entry points provide"

Automerge-Triggered-By: GH:ericvsmith

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index b1040d4888ed8..a30fd2d0c0c05 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.



More information about the Python-checkins mailing list