File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- """Brainstorming an `Expr` internal represention .
1+ """Brainstorming an `Expr` internal representation .
22
33Notes:
44- Each `Expr` method should be representable by a single node
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def __repr__(self) -> str:
226226
227227
228228class WindowExpr (ExprIR ):
229- """A fully specified `.over()`, that occured after another expression.
229+ """A fully specified `.over()`, that occurred after another expression.
230230
231231 I think we want variants for partitioned, ordered, both.
232232
@@ -310,7 +310,7 @@ def __repr__(self) -> str:
310310class IndexColumns (ExprIR ):
311311 """Renamed from `IndexColumn`.
312312
313- `Nth` provides the singlular variant.
313+ `Nth` provides the singular variant.
314314
315315 https://github.com/pola-rs/polars/blob/112cab39380d8bdb82c6b76b31aca9b58c98fd93/crates/polars-plan/src/dsl/expr.rs#L80
316316 """
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ class RollingOptionsFixedWindow(Immutable):
180180
181181 window_size : int
182182 min_samples : int
183- """Renamed from `min_periods`, re-uses `window_size` if null."""
183+ """Renamed from `min_periods`, reuses `window_size` if null."""
184184
185185 center : bool
186186 fn_params : RollingVarParams | None
You can’t perform that action at this time.
0 commit comments