]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/PyWrapping/TestPyWrapGathered_medcoupling.py
Salome HOME
Deal with pipes
[tools/medcoupling.git] / src / PyWrapping / TestPyWrapGathered_medcoupling.py
index 27107dddfc34e369d12de1690d9a6be2d0e0d203..79a2b6d18ca9a92dbbee5ecfad6ece73086091ed 100644 (file)
@@ -50,7 +50,7 @@ class FileCreator(object):
 class medcouplingTest(unittest.TestCase):
 
     def test0(self):
-        """ Unconditionnal test : medcoupling "kernel" classes """
+        """ Unconditional test : medcoupling "kernel" classes """
         f=MEDCouplingFieldDouble(ON_CELLS)
         g=DataArrayDouble(10,2)
         h=MEDCouplingUMesh("mesh",3)