diff options
author | Georg Brandl <georg@python.org> | 2008-06-21 14:26:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-21 14:26:19 (GMT) |
commit | 924b823a601fca89d2a0b340928caa4a965de509 (patch) | |
tree | 6d658c74f218c51dde2e301b1cfe47bc57fe5ec1 /Doc | |
parent | c2dd030b0e0f85c2b1cf30c4e03d382a961cec32 (diff) | |
download | cpython-924b823a601fca89d2a0b340928caa4a965de509.zip cpython-924b823a601fca89d2a0b340928caa4a965de509.tar.gz cpython-924b823a601fca89d2a0b340928caa4a965de509.tar.bz2 |
Documentation fix.
Diffstat (limited to 'Doc')
-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 4ce21c8..2192d11 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -258,5 +258,5 @@ and classes for traversing abstract syntax trees: debugging purposes. The returned string will show the names and the values for fields. This makes the code impossible to evaluate, so if evaluation is wanted *annotate_fields* must be set to False. Attributes such as line - numbers and column offsets are dumped by default. If this is wanted, + numbers and column offsets are not dumped by default. If this is wanted, *include_attributes* can be set to ``True``. |