From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:00:29 +0000 (+0100) Subject: [3.13] Fix incorrect indentation in importlib.metadata.rst (GH-126189) (GH-126193) X-Git-Tag: v3.13.1~198 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56b294e43152298be8b65ea3d8715deb265e893d;p=thirdparty%2FPython%2Fcpython.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 6f512c603465ff3e51e07cb7e1d36b4e5e88905d) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index d8c3e77980f0..b712a559bb3b 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::