mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Update Sphinx directive for super from function to class (GH-25489)
This commit is contained in:
parent
077a2e7664
commit
d35eef3b90
1 changed files with 1 additions and 1 deletions
|
@ -1677,7 +1677,7 @@ are always available. They are listed here in alphabetical order.
|
|||
.. versionchanged:: 3.8
|
||||
The *start* parameter can be specified as a keyword argument.
|
||||
|
||||
.. function:: super([type[, object-or-type]])
|
||||
.. class:: super([type[, object-or-type]])
|
||||
|
||||
Return a proxy object that delegates method calls to a parent or sibling
|
||||
class of *type*. This is useful for accessing inherited methods that have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue