From 6f512c603465ff3e51e07cb7e1d36b4e5e88905d Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 30 Oct 2024 14:46:09 -0300 Subject: Fix incorrect indentation in importlib.metadata.rst (GH-126189) --- Doc/library/importlib.metadata.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index ddfc5c0..37cd237 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:: -- cgit v0.12