From 4d9305fbb97efc574d2536ca33c94bcd6c31f2c7 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Fri, 16 Aug 2024 07:44:42 -0700 Subject: [PATCH] Fix typo. PiperOrigin-RevId: 663728400 Change-Id: Ifaf266a515bacb7b1598d14eb435561cb2375224 --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python.rst b/doc/python.rst index 703caaa7..be1127fd 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -653,7 +653,7 @@ msh2obj.py The `msh2obj.py `__ script converts the :ref:`legacy .msh format` for surface meshes (different from the possibly-volumetric -:ref:`gmsh format` also using .msh), to OBJ files. The legacy format is depricated and will be removed +:ref:`gmsh format` also using .msh), to OBJ files. The legacy format is deprecated and will be removed in a future release. Please convert all legacy files to OBJ.