mirror of https://github.com/python/cpython.git
[3.13] Fix incorrect indentation in importlib.metadata.rst (GH-126189) (GH-126193)
Fix incorrect indentation in importlib.metadata.rst (GH-126189)
(cherry picked from commit 6f512c6034
)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
210bd2a50d
commit
56b294e431
|
@ -229,10 +229,10 @@ Distribution metadata
|
|||
.. class:: PackageMetadata
|
||||
|
||||
A concrete implementation of the
|
||||
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`_.
|
||||
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`_.
|
||||
|
||||
In addition to providing the defined protocol methods and attributes, subscripting
|
||||
the instance is equivalent to calling the :meth:`!get` method.
|
||||
In addition to providing the defined protocol methods and attributes, subscripting
|
||||
the instance is equivalent to calling the :meth:`!get` method.
|
||||
|
||||
Every `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package>`_
|
||||
includes some metadata, which you can extract using the :func:`!metadata` function::
|
||||
|
|
Loading…
Reference in New Issue