Skip to content

Commit

Permalink
Update python/cudf/cudf/core/column/categorical.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
mroeschke and bdice authored Dec 16, 2024
1 parent 10fd62e commit c9b8c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def as_categorical_column(self, dtype: Dtype) -> Self:
codes = self.codes
else:
# Otherwise if both categories are of different Column types,
# return a column full of Nulls.
# return a column full of nulls.
codes = cast(
cudf.core.column.numerical.NumericalColumn,
column.as_column(
Expand Down

0 comments on commit c9b8c73

Please sign in to comment.