Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rgsl888prabhu committed Dec 9, 2020
1 parent a301e65 commit b34d514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/numerical.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def normalize_binop_value(self, other):
other, size=len(self), dtype=other_dtype
)
return column.build_column(
data=Buffer.from_array_lik(ary),
data=Buffer.from_array_like(ary),
dtype=ary.dtype,
mask=self.mask,
)
Expand Down

0 comments on commit b34d514

Please sign in to comment.