From 99831056773f67cee1e39d03490ebe9f37158f80 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Wed, 2 Nov 2022 21:25:51 +0100
Subject: [PATCH] pp

---
 doc/texinfo/gmsh.texi | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 7ca115ab3b..aa73dc55d2 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -334,20 +334,19 @@ performs the operations (translation, rotation, intersection, union,
 fragments, ...) on the native geometrical representation using each CAD
 kernel's own API.  In the same philosophy, models can be imported in the
 geometry module through each CAD kernel's own import mechanisms. For
-example, by default Gmsh import STEP and IGES files through OpenCASCADE,
-which will lead to the creation of model entities with an internal
-OpenCASCADE representation.
+example, by default Gmsh imports STEP and IGES files through
+OpenCASCADE, which will lead to the creation of model entities with an
+internal OpenCASCADE representation.
 
 The @ref{Gmsh tutorial}, starting with @ref{t1}, is the best place to
 learn how to use the geometry module: it contains examples of increasing
 complexity based on both the built-in and the OpenCASCADE kernel.  Note
 that many features of the geometry module can be used interactively in
 the GUI (@pxref{Gmsh graphical user interface}), which is also a good
-way to learn about both Gmsh's scripting language (@pxref{Gmsh scripting
-language}) and the API (@pxref{Gmsh application programming interface}),
-as actions in the geometry module automatically append the related
-command in the input script file, and can optionally also generate input
-for the languages supported by the API (see the
+way to learn about both Gmsh's scripting language and the API, as
+actions in the geometry module automatically append the related command
+in the input script file, and can optionally also generate input for the
+languages supported by the API (see the
 @code{General.ScriptingLanguages} option; this is still work-in-progress
 as of Gmsh 4.11.)
 
-- 
GitLab