File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ def right_scalar_assert_against_refimpl(
424
424
)
425
425
426
426
427
- # When appropiate , this module tests operators alongside their respective
427
+ # When appropriate , this module tests operators alongside their respective
428
428
# elementwise methods. We do this by parametrizing a generalised test method
429
429
# with every relevant method and operator.
430
430
#
@@ -434,8 +434,8 @@ def right_scalar_assert_against_refimpl(
434
434
# - The argument strategies, which can be used to draw arguments for the test
435
435
# case. They may require additional filtering for certain test cases.
436
436
# - right_is_scalar (binary parameters only), which denotes if the right
437
- # argument is a scalar in a test case. This can be used to appropiately adjust
438
- # draw filtering and test logic.
437
+ # argument is a scalar in a test case. This can be used to appropriately
438
+ # adjust draw filtering and test logic.
439
439
440
440
441
441
func_to_op = {v : k for k , v in dh .op_to_func .items ()}
You can’t perform that action at this time.
0 commit comments