]> granicus.if.org Git - python/commitdiff
evalfile() should be execfile().
authorGeorg Brandl <georg@python.org>
Fri, 1 Sep 2006 22:30:52 +0000 (22:30 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 1 Sep 2006 22:30:52 +0000 (22:30 +0000)
Doc/tut/tut.tex

index fb5c4f299dd6fe72bf85637884dbafcd95743ade..554d094fa8e34918d82750ad6d38fd0dabb1d328 100644 (file)
@@ -4381,7 +4381,7 @@ the debugger, and that's one reason why this loophole is not closed.
 makes use of private variables of the base class possible.)
 
 Notice that code passed to \code{exec}, \code{eval()} or
-\code{evalfile()} does not consider the classname of the invoking 
+\code{execfile()} does not consider the classname of the invoking 
 class to be the current class; this is similar to the effect of the 
 \code{global} statement, the effect of which is likewise restricted to 
 code that is byte-compiled together.  The same restriction applies to