8000 [3.12] Fix incorrect indentation in importlib.metadata.rst (GH-126189… · python/cpython@76c800f · GitHub
[go: up one dir, main page]

Skip to content

Commit 76c800f

Browse files
[3.12] Fix incorrect indentation in importlib.metadata.rst (GH-126189) (GH-126194)
Fix incorrect indentation in importlib.metadata.rst (GH-126189) (cherry picked from commit 6f512c6) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 317350e commit 76c800f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ Distribution metadata
227227
.. class:: PackageMetadata
228228

229229
A concrete implementation of the
230-
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`_.
230+
`PackageMetadata protocol <https://importlib-metadata.readthedocs.io/en/latest/api.html#importlib_metadata.PackageMetadata>`_.
231231

232-
In addition to providing the defined protocol methods and attributes, subscripting
233-
the instance is equivalent to calling the :meth:`!get` method.
232+
In addition to providing the defined protocol methods and attributes, subscripting
233+
the instance is equivalent to calling the :meth:`!get` method.
234234

235235
Every `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package>`_
236236
includes some metadata, which you can extract using the :func:`!metadata` function::

0 commit comments

Comments
 (0)
0