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

Fixed missing space in docstring.

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

+ 1 - 1
src/program.py

@@ -79,7 +79,7 @@ class Program(Block):
 
     def perform_dataflow_analysis(self):
         """Perform dataflow analysis:
-           -Divide the statement list into basic blocks
+           - Divide the statement list into basic blocks
            - Generate flow graph
            - Create liveness sets: def, use, in, out
            - Create reaching definitions sets: gen, kill, in, out"""