]> granicus.if.org Git - python/commitdiff
Remove reference to zero argument form of super() in 2.x docs.
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Feb 2009 01:06:52 +0000 (01:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Feb 2009 01:06:52 +0000 (01:06 +0000)
Doc/library/functions.rst

index 20b8644be4c4a678e6ba637d897d1840586310d7..e0bc8d748351dac2307a4df201b360f623a01408 100644 (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