We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717ddd2 commit 285511fCopy full SHA for 285511f
1 file changed
Doc/library/functions.rst
@@ -1171,8 +1171,10 @@ available. They are listed here in alphabetical order.
1171
If the second argument is omitted the super
1172
object returned is unbound. If the second argument is an object,
1173
``isinstance(obj, type)`` must be true. If the second argument is a type,
1174
- ``issubclass(type2, type)`` must be true. :func:`super` only works for
1175
- :term:`new-style class`\es.
+ ``issubclass(type2, type)`` must be true.
+
1176
+ .. note::
1177
+ :func:`super` only works for :term:`new-style class`\es.
1178
1179
There are two typical use cases for "super". In a class hierarchy with
1180
single inheritance, "super" can be used to refer to parent classes without
0 commit comments