Skip to content

Commit b818af5

Browse files
committed
Fix a typo in Lib/test/test_syntax.py
1 parent 5213f1b commit b818af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
SyntaxError: invalid syntax. Perhaps you forgot a comma?
352352
353353
# Make sure soft keywords constructs don't raise specialized
354-
# errors regarding missing commas or other spezialiced errors
354+
# errors regarding missing commas or other specialized errors
355355
356356
>>> match x:
357357
... y = 3

0 commit comments

Comments
 (0)