diff --git a/Lib/test/test_pep292.py b/Lib/test/test_pep292.py index 377db7fecf5..c22f59b3a4c 100644 --- a/Lib/test/test_pep292.py +++ b/Lib/test/test_pep292.py @@ -103,7 +103,7 @@ class TestTemplate(unittest.TestCase): (?P@{2}) | @(?P[_a-z][._a-z0-9]*) | @{(?P[_a-z][._a-z0-9]*)} | - (?P@) + (?P@) """ m = Mapping() m.bag = Bag()