Skip to content

Commit fdc7d2d

Browse files
committed
Update text in Examples page
1 parent f443288 commit fdc7d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ validation
332332
```
333333

334334
If you have a custom check, you can define a column predicate expression in the `col_vals_expr()`
335-
validation method. Here, we're using a Pandas table but we can interchangably use a lamda or a
336-
Narwhals column expression.
335+
validation method. Here, we're using a Pandas table but we can interchangably use a lambda or a
336+
Narwhals column expression in `expr=`.
337337

338338
```{python}
339339
import pointblank as pb
@@ -353,7 +353,7 @@ validation
353353
```
354354

355355
With this check of a Polars table with `col_vals_expr()`, we can use a fairly sophisticated Polars
356-
column expression (a Narwhals one is okay here too).
356+
column expression (a Narwhals equivalent can be used instead).
357357

358358
```{python}
359359
import pointblank as pb

0 commit comments

Comments
 (0)