diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-06-21 13:48:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-06-21 13:48:38 (GMT) |
commit | c2dd030b0e0f85c2b1cf30c4e03d382a961cec32 (patch) | |
tree | b33d2e21b2c57f11f12bc5db8899a6841bb65514 /Lib | |
parent | f484363baecbe69def74a4535cb9545869424dcb (diff) | |
download | cpython-c2dd030b0e0f85c2b1cf30c4e03d382a961cec32.zip cpython-c2dd030b0e0f85c2b1cf30c4e03d382a961cec32.tar.gz cpython-c2dd030b0e0f85c2b1cf30c4e03d382a961cec32.tar.bz2 |
Docstring correction
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/ast.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |