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

Skip to content

Commit 6f512c6

Browse files
authored
Fix incorrect indentation in importlib.metadata.rst (GH-126189)
1 parent a3443c0 commit 6f512c6

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