File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,10 +413,10 @@ Distributions
413413=============
414414
415415While the module level API described above is the most common and convenient usage,
416- you can get all of that information from the :class: `Distribution ` class.
416+ all that information is accessible from the :class: `Distribution ` class.
417417:class: `!Distribution ` is an abstract object that represents the metadata for
418418a Python `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package >`_.
419- You can get the concrete :class: `!Distribution ` subclass instance for an installed
419+ Get the concrete :class: `!Distribution ` subclass instance for an installed
420420distribution package by calling the :func: `distribution ` function::
421421
422422 >>> from importlib.metadata import distribution # doctest: +SKIP
You can’t perform that action at this time.
0 commit comments