]> granicus.if.org Git - python/commitdiff
Docstring correction
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 13:48:38 +0000 (13:48 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 21 Jun 2008 13:48:38 +0000 (13:48 +0000)
Lib/ast.py

index cc4a4b84ed6e145789439c24f566503040fb0935..ab6eed440f6b0bd3622703b79a6a91a358e04ed9 100644 (file)
@@ -73,7 +73,7 @@ def dump(node, annotate_fields=True, include_attributes=False):
     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.
     """
     def _format(node):