From: Georg Brandl Date: Sat, 19 Dec 2009 18:20:18 +0000 (+0000) Subject: #7480: remove tautology. X-Git-Tag: v2.7a2~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d86e9d7616dbc6e9c836803619294e07757ba091;p=python #7480: remove tautology. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7ce2a30d7c..ab935523f3 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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__