]> granicus.if.org Git - python/commitdiff
#7480: remove tautology.
authorGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 18:20:18 +0000 (18:20 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Dec 2009 18:20:18 +0000 (18:20 +0000)
Doc/library/stdtypes.rst

index 7ce2a30d7c41d298fc3bbd60f67508f35cd3a5ce..ab935523f3f639d9e2bbb6b8f4506b425cab215a 100644 (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__