From: Filipe Laíns Date: Sun, 31 Oct 2021 14:57:21 +0000 (+0000) Subject: bpo-45516: fix Traversable.name documentation (GH-29194) X-Git-Tag: v3.11.0a2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc8fd7c9c24eb71217ebdb8a12cf38e9dc4215b2;p=thirdparty%2FPython%2Fcpython.git bpo-45516: fix Traversable.name documentation (GH-29194) Here we go again... Sorrry! Signed-off-by: Filipe Laíns Automerge-Triggered-By: GH:jaraco --- 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()