]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45741: docs: fix plural (GH-29461) (GH-29463)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Nov 2021 06:32:23 +0000 (22:32 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 06:32:23 +0000 (01:32 -0500)
"entry points provides" -> "entry points provide"

Automerge-Triggered-By: GH:ericvsmith
(cherry picked from commit 19b107e9b52dbd73f4c52adcb91e8185a53b45ae)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/whatsnew/3.10.rst

index 5ac45c50c27c3d20e6d46293ddb160cf7e4516b3..4ee193f158fde4418f1dc41b6c99b408263f79cd 100644 (file)
@@ -1171,7 +1171,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.