Remove reference to zero argument form of super() in 2.x docs.

This commit is contained in:
Raymond Hettinger 2009-02-25 01:08:27 +00:00
parent e95f90c420
commit 65c8655e33
1 changed files with 1 additions and 2 deletions

View File

@ -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