mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF bug #764616: execfile(filename,...) not execfile(file,...)
Clarify parameter name.
This commit is contained in:
parent
f8020e0211
commit
774816f817
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue