Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
- Fix return string
  • Loading branch information
frnmst committed Mar 30, 2024
1 parent 90930a0 commit 36fdf65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion narwhals/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,8 @@ def join(
right_on: Name(s) of the right join column(s).
Returns: DataFrame
Returns:
A new joined DataFrame
Examples:
>>> import polars as pl
Expand Down

0 comments on commit 36fdf65

Please sign in to comment.