diff --git a/Lib/test/test_syntax.py b/Lib/test/test_syntax.py index e334f48179ec84..1b4a3766a9adac 100644 --- a/Lib/test/test_syntax.py +++ b/Lib/test/test_syntax.py @@ -351,7 +351,7 @@ SyntaxError: invalid syntax. Perhaps you forgot a comma? # Make sure soft keywords constructs don't raise specialized -# errors regarding missing commas or other spezialiced errors +# errors regarding missing commas or other specialized errors >>> match x: ... y = 3