We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077a2e7 commit d35eef3Copy full SHA for d35eef3
Doc/library/functions.rst
@@ -1677,7 +1677,7 @@ are always available. They are listed here in alphabetical order.
1677
.. versionchanged:: 3.8
1678
The *start* parameter can be specified as a keyword argument.
1679
1680
-.. function:: super([type[, object-or-type]])
+.. class:: super([type[, object-or-type]])
1681
1682
Return a proxy object that delegates method calls to a parent or sibling
1683
class of *type*. This is useful for accessing inherited methods that have
0 commit comments