]> granicus.if.org Git - python/commitdiff
Change reference to execframes to naming.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 1 Apr 2002 21:34:28 +0000 (21:34 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 1 Apr 2002 21:34:28 +0000 (21:34 +0000)
Doc/ref/ref7.tex

index 3cad6f2fdc83f31dafd6479c85895e974bb5a0f9..265c0b8e6fdfe391dcb96c16cc0099d941c95213 100644 (file)
@@ -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