Documentation fix.

This commit is contained in:
Georg Brandl 2008-06-21 14:26:19 +00:00
parent c2dd030b0e
commit 924b823a60
1 changed files with 1 additions and 1 deletions

View File

@ -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``.