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(
424424 )
425425
426426
427- # When appropiate , this module tests operators alongside their respective
427+ # When appropriate , this module tests operators alongside their respective
428428# elementwise methods. We do this by parametrizing a generalised test method
429429# with every relevant method and operator.
430430#
@@ -434,8 +434,8 @@ def right_scalar_assert_against_refimpl(
434434# - The argument strategies, which can be used to draw arguments for the test
435435# case. They may require additional filtering for certain test cases.
436436# - 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.
439439
440440
441441func_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