From d86e9d7616dbc6e9c836803619294e07757ba091 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 19 Dec 2009 18:20:18 +0000 Subject: #7480: remove tautology. --- Doc/library/stdtypes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7ce2a30..ab93552 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__ -- cgit v0.12