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

This commit is contained in:
Raymond Hettinger 2009-02-25 01:06:52 +00:00
parent b762d58544
commit afe496dc46
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