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 f41df32 commit c40aff7Copy full SHA for c40aff7
1 file changed
Doc/library/importlib.metadata.rst
@@ -91,8 +91,8 @@ You can also get a collection of entry points selectable by properties of the En
91
collection of :ref:`EntryPoint <entry-points>` objects.
92
93
You can get the :ref:`metadata for a distribution <metadata>`::
94
- >>> from importlib.metadata import metadata # doctest: +SKIP
95
- >>> list(metadata('wheel')) # doctest: +SKIP
+ >>> from importlib.metadata import metadata # doctest: +SKIP
+ >>> list(metadata('wheel')) # doctest: +SKIP
96
['Metadata-Version', 'Name', 'Version', 'Summary', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Maintainer-email', 'License', 'Project-URL', 'Project-URL', 'Project-URL', 'Keywords', 'Platform', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Requires-Python', 'Provides-Extra', 'Requires-Dist', 'Requires-Dist']
97
98
You can also get a :ref:`distribution's version number <version>`, list its
0 commit comments