]> granicus.if.org Git - python/commitdiff
object() is a function, not a base class.
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 15:07:25 +0000 (15:07 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 15:07:25 +0000 (15:07 +0000)
Doc/lib/libfuncs.tex

index eeed877f945fdb21fb793cf8b98ab1b16c0afb56..ec9bd7b22154e27f8ed2b23e3cd0cf2c3172b377 100644 (file)
@@ -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}