[3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774)

gh-118055: Update the finder glossary entry (GH-118278)
(cherry picked from commit db009348b4)

Co-authored-by: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-05-30 10:57:36 +02:00 committed by GitHub
parent e408059711
commit fae9c92ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -433,11 +433,11 @@ Glossary
An object that tries to find the :term:`loader` for a module that is
being imported.
Since Python 3.3, there are two types of finder: :term:`meta path finders
There are two types of finder: :term:`meta path finders
<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path
entry finders <path entry finder>` for use with :data:`sys.path_hooks`.
See :pep:`302`, :pep:`420` and :pep:`451` for much more detail.
See :ref:`importsystem` and :mod:`importlib` for much more detail.
floor division
Mathematical division that rounds down to nearest integer. The floor