]> SALOME platform Git repositories - modules/gui.git/blobdiff - tools/PyInterp/src/PyInterp_Utils.h
Salome HOME
PyInterp prepare for qt6.
[modules/gui.git] / tools / PyInterp / src / PyInterp_Utils.h
index 4d3c5b199a1ee0486de03dd2d1da9944f6f10da7..2251b27b46a3972df0e689b28a829a312f8f3aa2 100644 (file)
@@ -51,7 +51,7 @@ Py_DecodeLocale(const char *arg, size_t *size)
  * Utility class wrapping the Python GIL acquisition. This makes use of the high level
  * API (PyGILState_Ensure and PyGILState_Release), and is hence compatible with only
  * one running Python interpreter (no call to Py_NewInterpreter()).
- * When the class is instanciated the lock is acquired. It is released at destruction time.
+ * When the class is instantiated the lock is acquired. It is released at destruction time.
  * Copy construction (and hence assignation) is forbidden.
  */
 class PYINTERP_EXPORT PyLockWrapper