From bc8fd7c9c24eb71217ebdb8a12cf38e9dc4215b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Filipe=20La=C3=ADns?= Date: Sun, 31 Oct 2021 14:57:21 +0000 Subject: [PATCH] bpo-45516: fix Traversable.name documentation (GH-29194) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Here we go again... Sorrry! Signed-off-by: Filipe Laíns Automerge-Triggered-By: GH:jaraco --- Doc/library/importlib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 7a656fcb091d..5b4fba381ce5 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -815,9 +815,9 @@ ABC hierarchy:: .. versionadded:: 3.9 - .. abstractmethod:: name() + .. attribute:: name - The base name of this object without any parent references. + Abstract. The base name of this object without any parent references. .. abstractmethod:: iterdir() -- 2.47.3