X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fexample19;fp=doc%2Fsalome%2Fexamples%2Fexample19;h=db65c7d924d8ffa4f406092376eb3d326e97019b;hb=97c540aef8c8b4a831e01218b620fe1ff8467ffa;hp=4cf37eb34c438d4e35f4f3e68026aafd999c9387;hpb=ab8d157da314570f9893e4911adeaa2c2f02d4c4;p=modules%2Fkernel.git diff --git a/doc/salome/examples/example19 b/doc/salome/examples/example19 index 4cf37eb34..db65c7d92 100644 --- a/doc/salome/examples/example19 +++ b/doc/salome/examples/example19 @@ -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)