Skip to content

Commit c0cfcb6

Browse files
Apply suggestions from code review
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 10083cf commit c0cfcb6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pygmt/src/sphinterpolate.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ def sphinterpolate(data, **kwargs):
2626
2727
Reads one or more ASCII [or binary] files (or standard input) containing
2828
*lon, lat, z* and performs a Delaunay triangulation to set up a spherical
29-
interpolation in tension. The final grid is saved to the specified file.
30-
Several options may be used to affect the outcome, such as choosing local
31-
versus global gradient estimation or optimize the tension selection to
32-
satisfy one of four criteria.
29+
interpolation in tension. Several options may be used to affect the outcome,
30+
such as choosing local versus global gradient estimation or optimize the
31+
tension selection to satisfy one of four criteria.
3332
3433
Full option list at :gmt-docs:`sphinterpolate.html`
3534

0 commit comments

Comments
 (0)