From fe95ad0aa6fb961313284eccbc9607282a71b88b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 3 Mar 2010 15:54:39 -0600 Subject: [PATCH] fix typo --HG-- branch : trunk --- py/_code/_assertionnew.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/_code/_assertionnew.py b/py/_code/_assertionnew.py index 3db9c0567..1f6164121 100644 --- a/py/_code/_assertionnew.py +++ b/py/_code/_assertionnew.py @@ -1,5 +1,5 @@ """ -Like _assertion.py but using builtin AST. It should replace _assertion.py +Like _assertion.py but using builtin AST. It should replace _assertionold.py eventually. """