]> granicus.if.org Git - python/commitdiff
Documentation fix.
authorGeorg Brandl <georg@python.org>
Sat, 21 Jun 2008 14:26:19 +0000 (14:26 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 21 Jun 2008 14:26:19 +0000 (14:26 +0000)
Doc/library/ast.rst

index 4ce21c8cda19e280b0042076a40660e80439f093..2192d11f865973c8303db33dae29289d420984f1 100644 (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``.