improve comment

--HG--
branch : trunk
This commit is contained in:
Benjamin Peterson 2010-06-10 14:05:40 -05:00
parent 2995d65720
commit c3233b9c15
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
"""
Like _assertion.py but using builtin AST. It should replace _assertionold.py
eventually.
Find intermediate evalutation results in assert statements through builtin AST.
This should replace _assertionold.py eventually.
"""
import sys