Skip to content

Commit bc8fd7c

Browse files
authored
bpo-45516: fix Traversable.name documentation (GH-29194)
Here we go again... Sorrry! Signed-off-by: Filipe Laíns <[email protected]> Automerge-Triggered-By: GH:jaraco
1 parent 39b4d59 commit bc8fd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/importlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,9 +815,9 @@ ABC hierarchy::
815815

816816
.. versionadded:: 3.9
817817

818-
.. abstractmethod:: name()
818+
.. attribute:: name
819819

820-
The base name of this object without any parent references.
820+
Abstract. The base name of this object without any parent references.
821821

822822
.. abstractmethod:: iterdir()
823823

0 commit comments

Comments
 (0)