Skip to content

Commit

Permalink
Merge branch 'tkoyama010-patch-1' of https://github.com/tkoyama010/ma…
Browse files Browse the repository at this point in the history
…yavi into tkoyama010-patch-1
  • Loading branch information
tkoyama010 committed Oct 28, 2019
2 parents 32f0651 + 83aba52 commit e6d5d5d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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/example_multiple_engines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This example shows how to explicitly set the engine for an embedded
scene.

To define default arguments, it makes use of the Traits initialization
style, rather than overridding the __init__.
style, rather than overriding the __init__.


**Python source code:** :download:`multiple_engines.py`
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/multiple_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
scene.
To define default arguments, it makes use of the Traits initialization
style, rather than overridding the __init__.
style, rather than overriding the __init__.
"""
# Author: Gael Varoquaux <gael _dot_ varoquaux _at_ normalesup _dot_ org>
# Copyright (c) 2009, Enthought, Inc.
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/multiple_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
scene.
To define default arguments, it makes use of the Traits initialization
style, rather than overridding the __init__.
style, rather than overriding the __init__.
"""
# Author: Gael Varoquaux <gael _dot_ varoquaux _at_ normalesup _dot_ org>
# Copyright (c) 2009, Enthought, Inc.
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 e6d5d5d

Please sign in to comment.