summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-02 15:31:54 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-02 15:31:54 (GMT)
commit774816f81783672fb2262749e0c410a69c27c009 (patch)
tree64a59e116f00d6040936d63c7821e5831c26bd87
parentf8020e0211223e68488c8ad8d43d3f8b04bbc6f9 (diff)
downloadcpython-774816f81783672fb2262749e0c410a69c27c009.zip
cpython-774816f81783672fb2262749e0c410a69c27c009.tar.gz
cpython-774816f81783672fb2262749e0c410a69c27c009.tar.bz2
SF bug #764616: execfile(filename,...) not execfile(file,...)
Clarify parameter name.
-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 9d181b1..6b61d36 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -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