summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-19 18:20:18 (GMT)
committerGeorg Brandl <georg@python.org>2009-12-19 18:20:18 (GMT)
commitd86e9d7616dbc6e9c836803619294e07757ba091 (patch)
tree5e41a6f4ddac060f647249db146e1505fc875964
parentc51d1f08628a3e93ce8aabec335ac18dde73b989 (diff)
downloadcpython-d86e9d7616dbc6e9c836803619294e07757ba091.zip
cpython-d86e9d7616dbc6e9c836803619294e07757ba091.tar.gz
cpython-d86e9d7616dbc6e9c836803619294e07757ba091.tar.bz2
#7480: remove tautology.
-rw-r--r--Doc/library/stdtypes.rst3
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__