From 36fdf658b79986d4d974c22292e9ef6172bd18be Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Sat, 30 Mar 2024 18:19:47 +0100 Subject: [PATCH] Fix - Fix return string --- narwhals/dataframe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/narwhals/dataframe.py b/narwhals/dataframe.py index d004ee69c..758a2561c 100644 --- a/narwhals/dataframe.py +++ b/narwhals/dataframe.py @@ -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