Skip to content

Commit

Permalink
refine docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Mar 31, 2021
1 parent 978c9d3 commit e8bfde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_binops.py
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ def test_binops_decimal_scalar_compare(args, reflected):
Tested compare operations:
eq, lt, gt, le, ge
Each operation has 3 data setups: pyints, Decimal, and
cudf.Scalar(dtype=cudf.Decimal64Dtype)
decimal cudf.Scalar
For each data setup, there is at least one row that lead to one of the
following compare results: {True, False, None}.
"""
Expand Down

0 comments on commit e8bfde2

Please sign in to comment.