object() is a function, not a base class.

This commit is contained in:
Georg Brandl 2006-03-31 15:07:25 +00:00
parent 1320cf8e61
commit b227bea292
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ class C:
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{object}{} \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 for all new style classes. It has the methods that are common
to all instances of new style classes. to all instances of new style classes.
\versionadded{2.2} \versionadded{2.2}