From: nge Date: Mon, 14 Dec 2009 16:35:09 +0000 (+0000) Subject: Remove unwanted space in the documentation comment of DoubleNodes method which preven... X-Git-Tag: V6_0_0~11 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=5052f7f43b8b44dfa2eefca3548c780bc0a75ec7;ds=sidebyside Remove unwanted space in the documentation comment of DoubleNodes method which prevented the documentation to be generated correctly. --- 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