mirror of https://github.com/python/cpython
Remove reference to zero argument form of super() in 2.x docs.
This commit is contained in:
parent
b762d58544
commit
afe496dc46
|
@ -1240,8 +1240,7 @@ available. They are listed here in alphabetical order.
|
|||
|
||||
Also note that :func:`super` is not limited to use inside methods. The two
|
||||
argument form specifies the arguments exactly and makes the appropriate
|
||||
references. The zero argument form automatically searches the stack frame
|
||||
for the class (``__class__``) and the first argument.
|
||||
references.
|
||||
|
||||
.. versionadded:: 2.2
|
||||
|
||||
|
|
Loading…
Reference in New Issue