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

Skip to content

Commit 56b294e

Browse files
[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 6f512c6) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 210bd2a commit 56b294e

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
@@ -229,10 +229,10 @@ Distribution metadata
229229
.. class:: PackageMetadata
230230

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

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

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

0 commit comments

Comments
 (0)
0