We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51925d6 commit 9bd10adCopy full SHA for 9bd10ad
tests/plan/expr_parsing_test.py
@@ -181,7 +181,7 @@ def test_nested_over() -> None:
181
nwd.col("a").mean().over("b").over("c", order_by="i")
182
183
184
-# NOTE: This *can* error in polars, but only if the length **actualy changes**
+# NOTE: This *can* error in polars, but only if the length **actually changes**
185
# The rule then breaks down to needing the same length arrays in all parts of the over
186
def test_filtration_over() -> None:
187
pattern = re.compile(r"cannot use.+over.+change length", re.IGNORECASE)
0 commit comments