]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45741: docs: fix plural (GH-29461)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Mon, 8 Nov 2021 06:03:44 +0000 (03:03 -0300)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 06:03:44 +0000 (22:03 -0800)
"entry points provides" -> "entry points provide"

Automerge-Triggered-By: GH:ericvsmith
Doc/whatsnew/3.10.rst

index b1040d4888ed82ba58a51e3fc0f6a441c4e94e0f..a30fd2d0c0c05e687754dc90c9491206354e2a7c 100644 (file)
@@ -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.