From 7b9c63b06efb682770a11aa688c325ed80a6633c Mon Sep 17 00:00:00 2001 From: gdd Date: Wed, 28 Mar 2012 09:12:26 +0000 Subject: [PATCH] Fix misspell --- doc/salome/gui/SMESH/input/tui_work_on_objects_from_gui.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/salome/gui/SMESH/input/tui_work_on_objects_from_gui.doc b/doc/salome/gui/SMESH/input/tui_work_on_objects_from_gui.doc index 96927eeb7..abc51d95b 100644 --- a/doc/salome/gui/SMESH/input/tui_work_on_objects_from_gui.doc +++ b/doc/salome/gui/SMESH/input/tui_work_on_objects_from_gui.doc @@ -5,9 +5,9 @@ It is sometimes useful to work alternatively in the GUI of SALOME and in the Python Console. To fetch an object from the TUI simply type: \code -myMesh_ref = salome.IdToObject("ID") +myMesh_ref = salome.IDToObject("ID") // were ID is the number that appears in the object browser in the Entry column -// ( If hidden show it by right clicking and checking the checknbox Entry) +// ( If hidden show it by right clicking and checking the checkbox Entry) myMesh = smesh.Mesh(myMesh_ref) \endcode or @@ -24,4 +24,4 @@ All the methods documented in these pages can then be used on myMesh This Python API is meant to be used on smesh.Mesh instances. \n That's why you'll have to create such an instance with the second statement. -*/ \ No newline at end of file +*/