Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Oct 29, 2019
1 parent 45c3732 commit 840d61c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/atomic_orbital.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
second step is to apply filters and modules, using the
'set_active_attribute' filter to select on which data these apply.
Creating a data source with two scalar datasets is actually slighlty
Creating a data source with two scalar datasets is actually slightly
tricky, as it requires some understanding of the layout of the datasets
in TVTK. The reader is referred to :ref:`data-structures-used-by-mayavi`
for more details.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/example_atomic_orbital.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The first step is to create a data source with two scalar datasets. The
second step is to apply filters and modules, using the
'set_active_attribute' filter to select on which data these apply.

Creating a data source with two scalar datasets is actually slighlty
Creating a data source with two scalar datasets is actually slightly
tricky, as it requires some understanding of the layout of the datasets
in TVTK. The reader is referred to :ref:`data-structures-used-by-mayavi`
for more details.
Expand Down
2 changes: 1 addition & 1 deletion examples/mayavi/mlab/atomic_orbital.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
second step is to apply filters and modules, using the
'set_active_attribute' filter to select on which data these apply.
Creating a data source with two scalar datasets is actually slighlty
Creating a data source with two scalar datasets is actually slightly
tricky, as it requires some understanding of the layout of the datasets
in TVTK. The reader is referred to :ref:`data-structures-used-by-mayavi`
for more details.
Expand Down

0 comments on commit 840d61c

Please sign in to comment.