Skip to content

Commit

Permalink
fix: fix docstring inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiola committed Oct 30, 2024
1 parent a12fae2 commit 277add4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/stable/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ def median(*columns: str) -> Expr:
>>> import pandas as pd
>>> import polars as pl
>>> import pyarrow as pa
>>> import narwhals.stable.v1 as nw
>>> import narwhals as nw
>>> df_pd = pd.DataFrame({"a": [4, 5, 2]})
>>> df_pl = pl.DataFrame({"a": [4, 5, 2]})
>>> df_pa = pa.table({"a": [4, 5, 2]})
Expand Down

0 comments on commit 277add4

Please sign in to comment.