Skip to content

Commit

Permalink
pythongh-118055: Update the finder glossary entry (pythonGH-118278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln-developer authored May 30, 2024
1 parent 48f21b3 commit db00934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,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
Expand Down

0 comments on commit db00934

Please sign in to comment.