Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Oct 27, 2019
1 parent 13952c5 commit 55d352b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/example_julia_set_decimation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Julia set decimation example
--------------------------------------------------------------------


The Julia set, but with a decimated mesh: unecessary triangles due to the
The Julia set, but with a decimated mesh: unnecessary triangles due to the
initial grid and not matching the geometry of the Julia set
are removed.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Advanced mlab examples

|0010| :ref:`example_julia_set_decimation`
The Julia set, but with a decimated
mesh: unecessary triangles due to the
mesh: unnecessary triangles due to the
initial grid and not matching the
geometry of the Julia set are removed.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/julia_set_decimation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The Julia set, but with a decimated mesh: unecessary triangles due to the
The Julia set, but with a decimated mesh: unnecessary triangles due to the
initial grid and not matching the geometry of the Julia set
are removed.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/volume_slicer_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def update_position(self):
""" Update the position of the cursors on each side view, as well
as the image_plane_widgets in the 3D view.
"""
# First disable rendering in all scenes to avoid unecessary
# First disable rendering in all scenes to avoid unnecessary
# renderings
self.disable_render = True

Expand Down
2 changes: 1 addition & 1 deletion examples/mayavi/interactive/volume_slicer_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def update_position(self):
""" Update the position of the cursors on each side view, as well
as the image_plane_widgets in the 3D view.
"""
# First disable rendering in all scenes to avoid unecessary
# First disable rendering in all scenes to avoid unnecessary
# renderings
self.disable_render = True

Expand Down
2 changes: 1 addition & 1 deletion examples/mayavi/mlab/julia_set_decimation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The Julia set, but with a decimated mesh: unecessary triangles due to the
The Julia set, but with a decimated mesh: unnecessary triangles due to the
initial grid and not matching the geometry of the Julia set
are removed.
Expand Down
2 changes: 1 addition & 1 deletion mayavi/core/mouse_pick_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def callback_added(self, item):


def callback_removed(self, item):
""" Clean up the unecessary VTK callbacks.
""" Clean up the unnecessary VTK callbacks.
"""
callback, type, button = item

Expand Down

0 comments on commit 55d352b

Please sign in to comment.