Skip to content

Commit 14b8f21

Browse files
authored
Merge pull request #910 from Mathics3/EvenQ-summary-text
Correct EvenQ summary test.
2 parents 8459951 + e339369 commit 14b8f21

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)