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:
Filipe Laíns 2021-10-31 14:57:21 +00:00 committed by GitHub
parent 39b4d5938c
commit bc8fd7c9c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()