Commit e9931293 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #764616: execfile(filename,...) not execfile(file,...)

Clarify parameter name.
parent 0d07ba8b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment