Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 774816f

Browse files
committed
SF bug #764616: execfile(filename,...) not execfile(file,...)
Clarify parameter name.
1 parent f8020e0 commit 774816f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ \section{Built-in Functions \label{built-in-funcs}}
354354
\function{execfile()}.
355355
\end{funcdesc}
356356

357-
\begin{funcdesc}{execfile}{file\optional{, globals\optional{, locals}}}
357+
\begin{funcdesc}{execfile}{filename\optional{, globals\optional{, locals}}}
358358
This function is similar to the
359359
\keyword{exec} statement, but parses a file instead of a string. It
360360
is different from the \keyword{import} statement in that it does not

0 commit comments

Comments
 (0)