Skip to content

Commit fae9c92

Browse files
[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 db00934) Co-authored-by: Lincoln <[email protected]>
1 parent e408059 commit fae9c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,11 @@ Glossary
433433
An object that tries to find the :term:`loader` for a module that is
434434
being imported.
435435

436-
Since Python 3.3, there are two types of finder: :term:`meta path finders
436+
There are two types of finder: :term:`meta path finders
437437
<meta path finder>` for use with :data:`sys.meta_path`, and :term:`path
438438
entry finders <path entry finder>` for use with :data:`sys.path_hooks`.
439439

440-
See :pep:`302`, :pep:`420` and :pep:`451` for much more detail.
440+
See :ref:`importsystem` and :mod:`importlib` for much more detail.
441441

442442
floor division
443443
Mathematical division that rounds down to nearest integer. The floor

0 commit comments

Comments
 (0)