diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2015-11-14 01:07:43 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2015-11-14 01:07:43 +0000 |
| commit | 2e4571a456c32af964d48b4bf70a9a53d27d10d6 (patch) | |
| tree | 7068a1842fae492ea6994768160d20c3eabb8629 /Doc/library/ast.rst | |
| parent | ac34e09bbfe59e0d2075be7db317b91da6ca2c69 (diff) | |
| download | cpython-git-2e4571a456c32af964d48b4bf70a9a53d27d10d6.tar.gz | |
Fix a few grammar problems in the documentation and comments
Diffstat (limited to 'Doc/library/ast.rst')
| -rw-r--r-- | Doc/library/ast.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 1ee5110211..5373acd57b 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -104,7 +104,7 @@ The abstract grammar is currently defined as follows: :mod:`ast` Helpers ------------------ -Apart from the node classes, :mod:`ast` module defines these utility functions +Apart from the node classes, the :mod:`ast` module defines these utility functions and classes for traversing abstract syntax trees: .. function:: parse(source, filename='<unknown>', mode='exec') |
