Skip to content

Commit

Permalink
docs: Fix initial selector example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Feb 18, 2025
1 parent eae47a4 commit 6c065cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/docs/source/reference/selectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Importing
"z": ["a", "b", "a", "b", "b"],
},
)
df.group_by(by=cs.string()).agg(cs.numeric().sum())
df.group_by(cs.string()).agg(cs.numeric().sum())
Set operations
--------------
Expand Down

0 comments on commit 6c065cc

Please sign in to comment.