Explorar o código

Fixed missing space in docstring.

Jayke Meijer %!s(int64=14) %!d(string=hai) anos
pai
achega
fd46a3140a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"""