From: Rafael Fontenelle Date: Wed, 30 Oct 2024 17:46:09 +0000 (-0300) Subject: Fix incorrect indentation in importlib.metadata.rst (GH-126189) X-Git-Tag: v3.14.0a2~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f512c603465ff3e51e07cb7e1d36b4e5e88905d;p=thirdparty%2FPython%2Fcpython.git Fix incorrect indentation in importlib.metadata.rst (GH-126189) --- diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index ddfc5c06d825..37cd237357aa 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -229,10 +229,10 @@ Distribution metadata .. class:: PackageMetadata A concrete implementation of the - `PackageMetadata protocol `_. + `PackageMetadata protocol `_. - 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 `_ includes some metadata, which you can extract using the :func:`!metadata` function::