[Python-checkins] r76892 - python/trunk/Doc/library/stdtypes.rst

georg.brandl python-checkins at python.org
Sat Dec 19 19:20:18 CET 2009


Author: georg.brandl
Date: Sat Dec 19 19:20:18 2009
New Revision: 76892

Log:
#7480: remove tautology.

Modified:
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Sat Dec 19 19:20:18 2009
@@ -2828,8 +2828,7 @@
 
 .. 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__


More information about the Python-checkins mailing list