mirror of https://github.com/python/cpython
bpo-45516: fix Traversable.name documentation (GH-29194)
Here we go again... Sorrry! Signed-off-by: Filipe Laíns <lains@riseup.net> Automerge-Triggered-By: GH:jaraco
This commit is contained in:
parent
39b4d5938c
commit
bc8fd7c9c2
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue