From: Georg Brandl Date: Fri, 31 Mar 2006 15:07:25 +0000 (+0000) Subject: object() is a function, not a base class. X-Git-Tag: v2.5a0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b227bea292ac426c1001b1c58486f02b4fb01e72;p=python object() is a function, not a base class. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index eeed877f94..ec9bd7b221 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -700,7 +700,7 @@ class C: \end{funcdesc} \begin{funcdesc}{object}{} - Return a new featureless object. \function{object()} is a base + Return a new featureless object. \class{object} is a base for all new style classes. It has the methods that are common to all instances of new style classes. \versionadded{2.2}