Salome HOME
Fix typos by Kunda
[modules/kernel.git] / doc / salome / examples / example19
index 4cf37eb34c438d4e35f4f3e68026aafd999c9387..db65c7d924d8ffa4f406092376eb3d326e97019b 100644 (file)
@@ -237,7 +237,7 @@ Divz = Div.Port('z')
 # This DataFlow is "executable" : all pending Ports are defined with Datas
 print myGraph.IsExecutable()
 
-# Starts only execution of that DataFlow and gets control immediatly
+# Starts only execution of that DataFlow and gets control immediately
 print myGraph.Run()
 
 # That DataFlow is running ==> 0 (false)