Skip to content

Commit

Permalink
update hint on string
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Oct 20, 2024
1 parent a6c2351 commit 1351550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-core/src/series/implementations/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl SeriesTrait for SeriesWrap<StringChunked> {
Err(polars_err!(
op = "`sum`",
DataType::String,
hint = "you may mean to call `str.concat` or `list.join`"
hint = "you may mean to call `str.join` or `list.join`"
))
}
fn max_reduce(&self) -> PolarsResult<Scalar> {
Expand Down

0 comments on commit 1351550

Please sign in to comment.