]> granicus.if.org Git - python/commitdiff
SF bug #764616: execfile(filename,...) not execfile(file,...)
authorRaymond Hettinger <python@rcn.com>
Wed, 2 Jul 2003 15:31:54 +0000 (15:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 2 Jul 2003 15:31:54 +0000 (15:31 +0000)
Clarify parameter name.

Doc/lib/libfuncs.tex

index 9d181b19e79570ce3da2998ee4b35d3a4e565216..6b61d362498301818cadb04dee3eb761ecef0cc3 100644 (file)
@@ -354,7 +354,7 @@ class C:
   \function{execfile()}.
 \end{funcdesc}
 
-\begin{funcdesc}{execfile}{file\optional{, globals\optional{, locals}}}
+\begin{funcdesc}{execfile}{filename\optional{, globals\optional{, locals}}}
   This function is similar to the
   \keyword{exec} statement, but parses a file instead of a string.  It
   is different from the \keyword{import} statement in that it does not