Skip to content

Commit 48b5678

Browse files
flying-sheepjaraco
andauthored
Apply suggestions from code review
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
1 parent 4d48f3b commit 48b5678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@ Distributions
413413
=============
414414

415415
While 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
418418
a 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
420420
distribution package by calling the :func:`distribution` function::
421421

422422
>>> from importlib.metadata import distribution # doctest: +SKIP

0 commit comments

Comments
 (0)