Salome HOME
Chiasme
authorGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Thu, 7 Jan 2021 12:33:48 +0000 (13:33 +0100)
committerGERALD NICOLAS <D68518@dsp0864451.atlas.edf.fr>
Thu, 7 Jan 2021 12:33:48 +0000 (13:33 +0100)
src/SketchPlugin/doc/TUI_arcFeature.rst
src/SketchPlugin/doc/TUI_circleFeature.rst
src/SketchPlugin/doc/TUI_ellipseFeature.rst
src/SketchPlugin/doc/TUI_ellipticArcFeature.rst
src/SketchPlugin/doc/TUI_lineFeature.rst
src/SketchPlugin/doc/TUI_pointFeature.rst
src/SketchPlugin/doc/TUI_rectangleFeature.rst

index 93259c839a6fa23eb50ac22b074f9801885ffcf8..2e9f2d38853f17561b27e086688386dbd4791155 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_arc:
 
-Create Skecth Arc
+Create Sketch Arc
 =================
 
 .. literalinclude:: examples/arc.py
index c6f4ceff0009af04b3052f2e97ab1d2d1425f2ee..f61642ddb332d775a836b09e746805ced53b9cfa 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_circle:
 
-Create Skecth Circle
+Create Sketch Circle
 ====================
 
 .. literalinclude:: examples/circle.py
index b02541b42903d541d9eee0972bb7d232a7f7f857..b63437f05b8bbea96d87514e54670d764a351d31 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_ellipse:
 
-Create Skecth Ellipse
+Create Sketch Ellipse
 =====================
 
 .. literalinclude:: examples/ellipse.py
index 89d3d246f106f538f96d8f299f6455b540c40d33..d9111b5ed5b01f948cc41f535a1c75a83e258aa9 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_elliptic_arc:
 
-Create Skecth Elliptic Arc
+Create Sketch Elliptic Arc
 ==========================
 
 .. literalinclude:: examples/elliptic_arc.py
index f4c180999073cf24b891be644489127f2709386a..b4d570cb230ddc473223cac604f858f7f3c49517 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_line:
 
-Create Skecth Line
+Create Sketch Line
 ==================
 
 .. literalinclude:: examples/line.py
index 37f66f7f9437dc9a962fcab4ce74ba4157bd2bae..cdb5ceb2319374e33461fb1f0c0ee3cc055aec36 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_point:
 
-Create Skecth Point
+Create Sketch Point
 ===================
 
 .. literalinclude:: examples/point.py
index 9298af6b9381cae4f1dbd688495b39256efc86da..459b55e08f57a2ed101d735799e63ff7e4b4af23 100644 (file)
@@ -1,7 +1,7 @@
 
   .. _tui_create_rectangle:
 
-Create Skecth Rectangle
+Create Sketch Rectangle
 =======================
 
 .. literalinclude:: examples/rectangle.py