diff options
-rw-r--r-- | Lib/test/test_pep292.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pep292.py b/Lib/test/test_pep292.py index 377db7f..c22f59b 100644 --- a/Lib/test/test_pep292.py +++ b/Lib/test/test_pep292.py @@ -103,7 +103,7 @@ class TestTemplate(unittest.TestCase): (?P<escaped>@{2}) | @(?P<named>[_a-z][._a-z0-9]*) | @{(?P<braced>[_a-z][._a-z0-9]*)} | - (?P<bogus>@) + (?P<invalid>@) """ m = Mapping() m.bag = Bag() |