Skip to content

Commit aa650e0

Browse files
zsolmiss-islington
authored andcommitted
no-issue: Fix typo in importlib.metadata.rst (gh-131596)
(cherry picked from commit 5fc889f) Co-authored-by: Zsolt Dollenstein <[email protected]>
1 parent 3911bd5 commit aa650e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ While the module level API described above is the most common and convenient usa
420420
you can get all of that information from the :class:`!Distribution` class.
421421
:class:`!Distribution` is an abstract object that represents the metadata for
422422
a Python `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package>`_.
423-
You can get the concreate :class:`!Distribution` subclass instance for an installed
423+
You can get the concrete :class:`!Distribution` subclass instance for an installed
424424
distribution package by calling the :func:`distribution` function::
425425

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

0 commit comments

Comments
 (0)