8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0be8c commit 9118cf7Copy full SHA for 9118cf7
Doc/library/importlib.metadata.rst
@@ -422,7 +422,7 @@ While the module level API described above is the most common and convenient usa
422
you can get all of that information from the :class:`!Distribution` class.
423
:class:`!Distribution` is an abstract object that represents the metadata for
424
a Python `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package>`_.
425
-You can get the concreate :class:`!Distribution` subclass instance for an installed
+You can get the concrete :class:`!Distribution` subclass instance for an installed
426
distribution package by calling the :func:`distribution` function::
427
428
>>> from importlib.metadata import distribution # doctest: +SKIP
0 commit comments