diff options
| author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-28 19:34:15 +0000 |
|---|---|---|
| committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-28 19:34:15 +0000 |
| commit | b83a1ff76b3563e6c86d449ddcddf4f5a70e8a51 (patch) | |
| tree | 5dea6e41f418b5911b7d3ff997667b653076e83d | |
| parent | 623b979553ae03ba5b2d5f60a668fbe288b2112d (diff) | |
| download | cpython-git-b83a1ff76b3563e6c86d449ddcddf4f5a70e8a51.tar.gz | |
Fix typo in test_unparse.py.
| -rw-r--r-- | Demo/parser/test_unparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/parser/test_unparse.py b/Demo/parser/test_unparse.py index bf68c1ac55..4f3a28e52b 100644 --- a/Demo/parser/test_unparse.py +++ b/Demo/parser/test_unparse.py @@ -46,7 +46,7 @@ class UnparseTestCase(unittest.TestCase): self.check_roundtrip(forelse) def test_while_else(self): - self.check_roundtrip(forelse) + self.check_roundtrip(whileelse) def test_unary_parens(self): self.check_roundtrip("(-1)**7") |
