Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 30, 2024
1 parent 33f4324 commit 19086cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_it_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ For example `nw.col("b")._call(nwdf.__narwhals_namespace__())` on a
`pyarrow.Table` will return an `ArrowExpr`:

```python
ArrowExpr(depth=0, function_name=col, root_names=['b'], output_names=['b']
ArrowExpr(depth=0, function_name=col, root_names=['b'], output_names=['b']
```

but invoking `narwhals.Dataframe.select` on it will work and return
Expand Down

0 comments on commit 19086cd

Please sign in to comment.