Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077a2e7 commit d35eef3Copy full SHA for d35eef3
1 file changed
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