We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f21b3 commit db00934Copy full SHA for db00934
Doc/glossary.rst
@@ -425,11 +425,11 @@ Glossary
425
An object that tries to find the :term:`loader` for a module that is
426
being imported.
427
428
- Since Python 3.3, there are two types of finder: :term:`meta path finders
+ There are two types of finder: :term:`meta path finders
429
<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path
430
entry finders <path entry finder>` for use with :data:`sys.path_hooks`.
431
432
- See :pep:`302`, :pep:`420` and :pep:`451` for much more detail.
+ See :ref:`importsystem` and :mod:`importlib` for much more detail.
433
434
floor division
435
Mathematical division that rounds down to nearest integer. The floor
0 commit comments