Commit b227bea2 authored by Georg Brandl's avatar Georg Brandl

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

parent 1320cf8e
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment