Skip to content
Snippets Groups Projects
Commit de6147ee authored by Shidong Jiang's avatar Shidong Jiang
Browse files

Typo fix

parent 64660380
Branches
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ __doc__ = """ ...@@ -34,7 +34,7 @@ __doc__ = """
.. autofunction:: find_volume_mesh_element_orientations .. autofunction:: find_volume_mesh_element_orientations
.. autofunction:: perform_flips .. autofunction:: perform_flips
.. autofunction:: find_bounding_box .. autofunction:: find_bounding_box
.. autofunction:: merge_dijsoint_meshes .. autofunction:: merge_disjoint_meshes
.. autofunction:: affine_map .. autofunction:: affine_map
""" """
...@@ -220,7 +220,7 @@ def find_bounding_box(mesh): ...@@ -220,7 +220,7 @@ def find_bounding_box(mesh):
# {{{ merging # {{{ merging
def merge_dijsoint_meshes(meshes, skip_tests=False): def merge_disjoint_meshes(meshes, skip_tests=False):
if not meshes: if not meshes:
raise ValueError("must pass at least one mesh") raise ValueError("must pass at least one mesh")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment