Skip to content

Commit 3eb6f4b

Browse files
authored
Minor typo
1 parent e811e54 commit 3eb6f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask_sql/physical/rel/logical/aggregate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, built_in_aggregation, custom_aggregation=None):
6767
def get_supported_aggregation(self, series):
6868
built_in_aggregation = self.built_in_aggregation
6969

70-
# built-in_aggreagations work well for numeric types
70+
# built-in aggregations work well for numeric types
7171
if pd.api.types.is_numeric_dtype(series.dtype):
7272
return built_in_aggregation
7373

0 commit comments

Comments
 (0)