We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8459951 + e339369 commit 14b8f21Copy full SHA for 14b8f21
mathics/builtin/testing_expressions/numerical_properties.py
@@ -88,7 +88,7 @@ class EvenQ(Test):
88
"""
89
90
attributes = A_LISTABLE | A_PROTECTED
91
- summary_text = "test whether one number is divisible by the other"
+ summary_text = "test whether elements are even numbers"
92
93
def test(self, n) -> bool:
94
value = n.get_int_value()
0 commit comments