diff options
Diffstat (limited to 'tests/functional/p/pattern_matching.py')
-rw-r--r-- | tests/functional/p/pattern_matching.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/p/pattern_matching.py b/tests/functional/p/pattern_matching.py index 4b3a71643..4a5884812 100644 --- a/tests/functional/p/pattern_matching.py +++ b/tests/functional/p/pattern_matching.py @@ -8,7 +8,7 @@ class Point2D: self.y = y -# Don't emit false-positive 'unused-variable' and 'undefined-varibable' +# Don't emit false-positive 'unused-variable' and 'undefined-variable' var = 42 match var: case [*rest1]: |