mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
indent mistake
This commit is contained in:
parent
f41df32428
commit
c40aff72df
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ You can also get a collection of entry points selectable by properties of the En
|
|||
collection of :ref:`EntryPoint <entry-points>` objects.
|
||||
|
||||
You can get the :ref:`metadata for a distribution <metadata>`::
|
||||
>>> from importlib.metadata import metadata # doctest: +SKIP
|
||||
>>> list(metadata('wheel')) # doctest: +SKIP
|
||||
>>> from importlib.metadata import metadata # doctest: +SKIP
|
||||
>>> list(metadata('wheel')) # doctest: +SKIP
|
||||
['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']
|
||||
|
||||
You can also get a :ref:`distribution's version number <version>`, list its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue