We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f42ac commit f5bf77cCopy full SHA for f5bf77c
Tools/compiler/doc/compiler.tex
@@ -75,7 +75,7 @@ \section{The basic interface}
75
76
\begin{funcdesc}{parseFile}{path}
77
Return an abstract syntax tree for the Python source code in the file
78
-specified by \var{path}. It is equivalent to \code{parse(open(path))}.
+specified by \var{path}. It is equivalent to \code{parse(open(path).read())}.
79
\end{funcdesc}
80
81
\begin{funcdesc}{walk}{ast, visitor, \optional{verbose=None}}
0 commit comments