From 5052f7f43b8b44dfa2eefca3548c780bc0a75ec7 Mon Sep 17 00:00:00 2001 From: nge Date: Mon, 14 Dec 2009 16:35:09 +0000 Subject: [PATCH] Remove unwanted space in the documentation comment of DoubleNodes method which prevented the documentation to be generated correctly. --- src/SMESH_SWIG/smeshDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index 0b5579807..31621800f 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -3451,7 +3451,7 @@ class Mesh: def GetLastCreatedElems(self): return self.editor.GetLastCreatedElems() - ## Creates a hole in a mesh by doubling the nodes of some particular elements + ## Creates a hole in a mesh by doubling the nodes of some particular elements # @param theNodes identifiers of nodes to be doubled # @param theModifiedElems identifiers of elements to be updated by the new (doubled) # nodes. If list of element identifiers is empty then nodes are doubled but -- 2.30.2