From 21146834b5938b1dab6ce57e4419046ef0dbb43f Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 2 Aug 2017 05:52:52 +0100 Subject: [PATCH] FEM: gmsh mesh object, some better comment --- src/Mod/Fem/PyObjects/_FemMeshGmsh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/PyObjects/_FemMeshGmsh.py b/src/Mod/Fem/PyObjects/_FemMeshGmsh.py index 76751376d8..57f96d3a61 100644 --- a/src/Mod/Fem/PyObjects/_FemMeshGmsh.py +++ b/src/Mod/Fem/PyObjects/_FemMeshGmsh.py @@ -29,7 +29,7 @@ __url__ = "http://www.freecadweb.org" class _FemMeshGmsh(): - """The Fem::FemMeshObject's Proxy python type, add GMSH specific properties + """A Fem::FemMeshObject python type, add GMSH specific properties """ # they will be used from the task panel too, thus they need to be outside of the __init__