mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Fix typo in test_unparse.py.
This commit is contained in:
parent
623b979553
commit
b83a1ff76b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class UnparseTestCase(unittest.TestCase):
|
||||||
self.check_roundtrip(forelse)
|
self.check_roundtrip(forelse)
|
||||||
|
|
||||||
def test_while_else(self):
|
def test_while_else(self):
|
||||||
self.check_roundtrip(forelse)
|
self.check_roundtrip(whileelse)
|
||||||
|
|
||||||
def test_unary_parens(self):
|
def test_unary_parens(self):
|
||||||
self.check_roundtrip("(-1)**7")
|
self.check_roundtrip("(-1)**7")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue