mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631)
Fix typo in importlib.metadata.rst (gh-131596)
(cherry picked from commit 5fc889ffbf)
Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
This commit is contained in:
parent
66042e180b
commit
b2dbc4f3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ While the module level API described above is the most common and convenient usa
|
|||
you can get all of that information 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 concreate :class:`!Distribution` subclass instance for an installed
|
||||
You can 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue