Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Jason R. Coombs <[email protected]>
  • Loading branch information
flying-sheep and jaraco authored Feb 21, 2026
commit 48b5678cc16a08ec985ea953f2734a1d45da9028
4 changes: 2 additions & 2 deletions Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,10 @@ Distributions
=============

While the module level API described above is the most common and convenient usage,
you can get all of that information from the :class:`Distribution` class.
all that information is accessible from the :class:`Distribution` class.
:class:`!Distribution` is an abstract object that represents the metadata for
a Python `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package>`_.
You can get the concrete :class:`!Distribution` subclass instance for an installed
Get the concrete :class:`!Distribution` subclass instance for an installed
distribution package by calling the :func:`distribution` function::

>>> from importlib.metadata import distribution # doctest: +SKIP
Expand Down
Loading