From: Raymond Hettinger Date: Sun, 6 Oct 2002 22:47:12 +0000 (+0000) Subject: Backport 1.34: Changing section reference. X-Git-Tag: v2.2.2b1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=830abbb820443102a1fb3a9d79778f3580f76a54;p=thirdparty%2FPython%2Fcpython.git Backport 1.34: Changing section reference. --- diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index 3cad6f2fdc83..265c0b8e6fdf 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -416,7 +416,7 @@ A class definition defines a class object (see section \ref{types}): A class definition is an executable statement. It first evaluates the inheritance list, if present. Each item in the inheritance list should evaluate to a class object. The class's suite is then executed -in a new execution frame (see section \ref{execframes}), using a newly +in a new execution frame (see section \ref{naming}), using a newly created local namespace and the original global namespace. (Usually, the suite contains only function definitions.) When the class's suite finishes execution, its execution frame is discarded but