From b799497dc4842972ae10da84baf2b2c25f3956a5 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Fri, 4 Oct 2024 08:26:50 +0000 Subject: [PATCH] Docstring fix --- python/cudf_polars/cudf_polars/dsl/expr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf_polars/cudf_polars/dsl/expr.py b/python/cudf_polars/cudf_polars/dsl/expr.py index 2dfb5a32321..4b3b0348fed 100644 --- a/python/cudf_polars/cudf_polars/dsl/expr.py +++ b/python/cudf_polars/cudf_polars/dsl/expr.py @@ -328,7 +328,7 @@ def evaluate( Returns ------- - tuple of name and evaluated Column + Evaluated Column with name attached. See Also --------