Преглед на файлове

Removed some usless parentheses.

Taddeus Kroes преди 14 години
родител
ревизия
7b359faff3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/test_rules_goniometry.py

+ 1 - 1
tests/test_rules_goniometry.py

@@ -17,7 +17,7 @@ class TestRulesGoniometry(RulesTestCase):
         self.assertEqual(add_quadrants(None, ()), 1)
 
     def test_match_negated_parameter(self):
-        s, c = tree('(sin -t), cos -t')
+        s, c = tree('sin -t, cos -t')
         t = s[0]
 
         self.assertEqualPos(match_negated_parameter(s), \