#7480: remove tautology.

This commit is contained in:
Georg Brandl 2009-12-19 18:20:18 +00:00
parent c51d1f0862
commit d86e9d7616
1 changed files with 1 additions and 2 deletions

View File

@ -2828,8 +2828,7 @@ types, where they are relevant. Some of these are not reported by the
.. attribute:: class.__bases__
The tuple of base classes of a class object. If there are no base classes, this
will be an empty tuple.
The tuple of base classes of a class object.
.. attribute:: class.__name__