summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-31 15:07:25 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-31 15:07:25 (GMT)
commitb227bea292ac426c1001b1c58486f02b4fb01e72 (patch)
treed41994be519a7448d0d2a167607852e50e4f9afa /Doc
parent1320cf8e6144f0e254d23a6735dff22459fda672 (diff)
downloadcpython-b227bea292ac426c1001b1c58486f02b4fb01e72.zip
cpython-b227bea292ac426c1001b1c58486f02b4fb01e72.tar.gz
cpython-b227bea292ac426c1001b1c58486f02b4fb01e72.tar.bz2
object() is a function, not a base class.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index eeed877..ec9bd7b 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}