Skip to content

Commit 9bd10ad

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plan/expr_parsing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_nested_over() -> None:
181181
nwd.col("a").mean().over("b").over("c", order_by="i")
182182

183183

184-
# NOTE: This *can* error in polars, but only if the length **actualy changes**
184+
# NOTE: This *can* error in polars, but only if the length **actually changes**
185185
# The rule then breaks down to needing the same length arrays in all parts of the over
186186
def test_filtration_over() -> None:
187187
pattern = re.compile(r"cannot use.+over.+change length", re.IGNORECASE)

0 commit comments

Comments
 (0)