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.
1 parent 8459951 commit e339369Copy full SHA for e339369
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