Correction of the documentation about GMF import/export.

This commit is contained in:
fahed 2013-09-11 12:22:01 +00:00
parent 49eb7d1c5f
commit 721565eb5e

View File

@ -552,7 +552,7 @@ class smeshBuilder(object, SMESH._objref_SMESH_Gen):
return aMeshes, aStatus
## Creates a Mesh object importing data from the given GMF file.
# GMF files have .mesh extension for the ASCII format and .meshb for
# GMF files must have .mesh extension for the ASCII format and .meshb for
# the bynary format.
# @return [ an instance of Mesh class, SMESH.ComputeError ]
# @ingroup l2_impexp