mirror of https://github.com/python/cpython
#7480: remove tautology.
This commit is contained in:
parent
c51d1f0862
commit
d86e9d7616
|
@ -2828,8 +2828,7 @@ types, where they are relevant. Some of these are not reported by the
|
||||||
|
|
||||||
.. attribute:: class.__bases__
|
.. attribute:: class.__bases__
|
||||||
|
|
||||||
The tuple of base classes of a class object. If there are no base classes, this
|
The tuple of base classes of a class object.
|
||||||
will be an empty tuple.
|
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: class.__name__
|
.. attribute:: class.__name__
|
||||||
|
|
Loading…
Reference in New Issue