Salome HOME
0054463: Refactor salome_test.py
[modules/kernel.git] / idl / SALOME_PyNode.idl
index 0e1b77d9ac69de90a2f7be6367ec0fad13a4df23..19ff0f2cbd5af067d9197ae330a9e8067f758a40 100644 (file)
@@ -47,7 +47,7 @@ module Engines
     void defineNewCustomVar(in string varName, in pickledArgs valueOfVar) raises (SALOME::SALOME_Exception);
 
     /*!
-    This methode executes the python code in \a codeStr and can append/remove symboles in context to make them available or not for future call of execute on this.
+    This method executes the python code in \a codeStr and can append/remove symboles in context to make them available or not for future call of execute on this.
     \param [in] codeStr - the python code (without statement) to be executed, that can modify the context initialized at initialization.
      */
     void executeAnotherPieceOfCode(in string codeStr) raises (SALOME::SALOME_Exception);