mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
update simple explanation of parseFile()
This commit is contained in:
parent
76f42ac512
commit
f5bf77c3f8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ contains the tree.
|
|||
|
||||
\begin{funcdesc}{parseFile}{path}
|
||||
Return an abstract syntax tree for the Python source code in the file
|
||||
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())}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{walk}{ast, visitor, \optional{verbose=None}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue