Skip to content

Commit 873eb64

Browse files
committed
Fix spelling
1 parent 5993eca commit 873eb64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

array_api_tests/test_operators_and_elementwise_functions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

441441
func_to_op = {v: k for k, v in dh.op_to_func.items()}

0 commit comments

Comments
 (0)