diff --git a/Doc/glossary.rst b/Doc/glossary.rst index e7e700fe71466e..190c84445ce50d 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -424,7 +424,7 @@ Glossary An object that tries to find the :term:`loader` for a module that is being imported. - Since Python 2.3, there are two types of finder: :term:`meta path finders + There are two types of finder: :term:`meta path finders ` for use with :data:`sys.meta_path`, and :term:`path entry finders ` for use with :data:`sys.path_hooks`.