[Python-checkins] r64442 - python/trunk/Lib/ast.py

andrew.kuchling python-checkins at python.org
Sat Jun 21 15:48:38 CEST 2008


Author: andrew.kuchling
Date: Sat Jun 21 15:48:38 2008
New Revision: 64442

Log:
Docstring correction

Modified:
   python/trunk/Lib/ast.py

Modified: python/trunk/Lib/ast.py
==============================================================================
--- python/trunk/Lib/ast.py	(original)
+++ python/trunk/Lib/ast.py	Sat Jun 21 15:48:38 2008
@@ -73,7 +73,7 @@
     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):


More information about the Python-checkins mailing list