8000 [3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631) · python/cpython@b2dbc4f · GitHub
[go: up one dir, main page]

Skip to content

Commit b2dbc4f

Browse files
miss-islingtonzsol
andauthored
[3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631)
Fix typo in importlib.metadata.rst (gh-131596) (cherry picked from commit 5fc889f) Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
1 parent 66042e1 commit b2dbc4f

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)
0