Salome HOME
typo-fix by Kunda
[tools/medcoupling.git] / doc / tutorial / medcoupling_2Dpolygon.rst
index 706875736ca29991c5082c7c2f01ed8ce5c1829c..e7b14dd1ff7ef60b4f7bda77e651eb18c3b92fd3 100644 (file)
@@ -20,7 +20,7 @@ To implement this exercice we use the python language script and import the MEDC
 
        from math import *
 
-Then we must instanciate a meshing object::
+Then we must instantiate a meshing object::
 
        mesh=MEDCouplingUMesh.New()
        mesh.setMeshDimension(2)