Remove reference to zero argument form of super() in 2.x docs.
This commit is contained in:
parent
e95f90c420
commit
65c8655e33
|
@ -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
|
Also note that :func:`super` is not limited to use inside methods. The two
|
||||||
argument form specifies the arguments exactly and makes the appropriate
|
argument form specifies the arguments exactly and makes the appropriate
|
||||||
references. The zero argument form automatically searches the stack frame
|
references.
|
||||||
for the class (``__class__``) and the first argument.
|
|
||||||
|
|
||||||
.. versionadded:: 2.2
|
.. versionadded:: 2.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue