File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ Because :term:`packaging:Distribution Package` metadata
343343is not available through :data: `sys.path ` searches, or
344344package loaders directly,
345345the metadata for a distribution is found through import
346- system `finders `_ . To find a distribution package's metadata,
346+ system :ref: `finders < finders-and-loaders >` . To find a distribution package's metadata,
347347``importlib.metadata `` queries the list of :term: `meta path finders <meta path finder> ` on
348348:data: `sys.meta_path `.
349349
@@ -379,4 +379,3 @@ a custom finder, return instances of this derived ``Distribution`` in the
379379
380380.. _`entry point API` : https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
381381.. _`metadata API` : https://setuptools.readthedocs.io/en/latest/pkg_resources.html#metadata-api
382- .. _`finders` : https://docs.python.org/3/reference/import.html#finders-and-loaders
You can’t perform that action at this time.
0 commit comments