mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Correction of a spelling mistake :
"bynary" becomes "binary"
This commit is contained in:
parent
721565eb5e
commit
d557d034ee
@ -553,7 +553,7 @@ class smeshBuilder(object, SMESH._objref_SMESH_Gen):
|
||||
|
||||
## Creates a Mesh object importing data from the given GMF file.
|
||||
# GMF files must have .mesh extension for the ASCII format and .meshb for
|
||||
# the bynary format.
|
||||
# the binary format.
|
||||
# @return [ an instance of Mesh class, SMESH.ComputeError ]
|
||||
# @ingroup l2_impexp
|
||||
def CreateMeshesFromGMF( self, theFileName ):
|
||||
|
Loading…
Reference in New Issue
Block a user