Thanks to visit codestin.com Credit goes to github.com
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 66042e1 commit b2dbc4fCopy full SHA for b2dbc4f
Doc/library/importlib.metadata.rst
@@ -420,7 +420,7 @@ While the module level API described above is the most common and convenient usa
420
you can get all of that information from the :class:`!Distribution` class.
421
:class:`!Distribution` is an abstract object that represents the metadata for
422
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
+You can get the concrete :class:`!Distribution` subclass instance for an installed
424
distribution package by calling the :func:`distribution` function::
425
426
>>> from importlib.metadata import distribution # doctest: +SKIP
0 commit comments