Skip to content

Commit e339369

Browse files
committed
Correct EvenQ summary test.
Thanks Axel! Fixes #909
1 parent 8459951 commit e339369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/builtin/testing_expressions/numerical_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class EvenQ(Test):
8888
"""
8989

9090
attributes = A_LISTABLE | A_PROTECTED
91-
summary_text = "test whether one number is divisible by the other"
91+
summary_text = "test whether elements are even numbers"
9292

9393
def test(self, n) -> bool:
9494
value = n.get_int_value()

0 commit comments

Comments
 (0)