Преглед изворни кода

Fixed textual error in docstring.

Jayke Meijer пре 14 година
родитељ
комит
72807a0005
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/optimize/advanced.py

+ 1 - 1
src/optimize/advanced.py

@@ -240,7 +240,7 @@ def copy_propagation(block):
 
 def algebraic_transformations(block):
     """
-    Change ineffective or useless algebraic transformations. Handled are:
+    Change ineffective or useless algebraic expressions. Handled are:
     - x = y + 0 -> x = y
     - x = y - 0 -> x = y
     - x = y * 1 -> x = y