Skip to content

Commit

Permalink
chore: remove redundant word (#10707)
Browse files Browse the repository at this point in the history
  • Loading branch information
petercover authored Jan 22, 2025
1 parent 83bed74 commit 977489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/common/tests/test_patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ class Empty:

# if the type matcher (first argument of Object) receives a generic pattern
# instead of an explicit type, the validation above cannot occur, so test
# the the pattern still doesn't match when it requires more positional
# the pattern still doesn't match when it requires more positional
# arguments than the object `__match_args__` has
pattern = Object(InstanceOf(Empty), var("a"))
assert match(pattern, Empty()) is NoMatch
Expand Down

0 comments on commit 977489c

Please sign in to comment.