diff options
author | Georg Brandl <georg@python.org> | 2009-12-19 18:20:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-12-19 18:20:18 (GMT) |
commit | d86e9d7616dbc6e9c836803619294e07757ba091 (patch) | |
tree | 5e41a6f4ddac060f647249db146e1505fc875964 /Doc | |
parent | c51d1f08628a3e93ce8aabec335ac18dde73b989 (diff) | |
download | cpython-d86e9d7616dbc6e9c836803619294e07757ba091.zip cpython-d86e9d7616dbc6e9c836803619294e07757ba091.tar.gz cpython-d86e9d7616dbc6e9c836803619294e07757ba091.tar.bz2 |
#7480: remove tautology.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 3 |
1 files changed, 1 insertions, 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__ |