Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-wagner authored Apr 1, 2019
1 parent 8c23182 commit 67c1e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/seismics/plot_3_crosshole_tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
full waveform, ray-based approximations are still widely used in practice and
offer a computationally efficient alternative. Here we demonstrate the modeling
of traveltimes and their inversion for the underlying slowness distribution for
a crosshole scenario.
a crosshole scenario.
We start by importing the necessary packages.
"""
Expand Down Expand Up @@ -71,7 +71,7 @@
################################################################################
# Next, we create an empty DataContainer and fill it with sensor positions and
# all possible shot-recevier pairs for the two-borehole scenario using the
# product funtion in the itertools module (Python standard library).
# product function in the itertools module (Python standard library).

from itertools import product
numbers = np.arange(len(depth))
Expand Down

0 comments on commit 67c1e20

Please sign in to comment.