r64443 - python/trunk/Doc/library/ast.rst
Author: georg.brandl Date: Sat Jun 21 16:26:19 2008 New Revision: 64443 Log: Documentation fix. Modified: python/trunk/Doc/library/ast.rst Modified: python/trunk/Doc/library/ast.rst ============================================================================== --- python/trunk/Doc/library/ast.rst (original) +++ python/trunk/Doc/library/ast.rst Sat Jun 21 16:26:19 2008 @@ -258,5 +258,5 @@ 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``.
participants (1)
-
georg.brandl