Salome HOME
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
[modules/smesh.git] / doc / salome / examples / defining_hypotheses_ex06.py
index d6978dfc36321bc974eb3fc32d899f86ada90814..495067aa6e5a909bcc3345337522a713459691ec 100644 (file)
@@ -32,6 +32,6 @@ algo3D.MaxElementVolume(200.)
 # compute the mesh
 ret = tetra.Compute()
 if ret == 0:
-    print "probleme when computing the mesh"
+    print "problem when computing the mesh"
 else:
-    print "Computation succeded"
+    print "Computation succeeded"