Skip to content

Commit 3fc66f8

Browse files
Merge branch 'main' into release/v0.5.0
2 parents d18ed2f + 833f0eb commit 3fc66f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pygmt/helpers/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@
173173
[**a**]\ **x**\|\ **y**\|\ **d**\|\ **X**\|\ **Y**\|\
174174
**D**\|[*col*]\ **z**\ *gap*\ [**+n**\|\ **p**].
175175
Examine the spacing between consecutive data points in order to
176-
impose breaks in the line. To specify multiple critera, provide
176+
impose breaks in the line. To specify multiple criteria, provide
177177
a list with each item containing a string describing one set of
178-
critera. Prepend **a** to specify that all the criteria must be
178+
criteria. Prepend **a** to specify that all the criteria must be
179179
met [Default is to impose breaks if any criteria are met]. The
180180
following modifiers are supported:
181181

pygmt/src/sphdistance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def sphdistance(data=None, x=None, y=None, **kwargs):
7474
- **n** - assign the ID numbers of the Voronoi polygons that each
7575
grid node is inside
7676
- **z** - assign all nodes inside the polygon the z-value of the center
77-
node fot a natural nearest-neighbor grid.
77+
node for a natural nearest-neighbor grid.
7878
7979
Optionally, append the resampling interval along Voronoi arcs in
8080
spherical degrees.

pygmt/tests/test_grdgradient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ def test_grdgradient_fails(grid):
6363
with pytest.raises(GMTInvalidInput):
6464
grdgradient(grid=grid) # fails without required arguments
6565
with pytest.raises(GMTInvalidInput):
66-
# failes when tiles is specified but not normalize
66+
# fails when tiles is specified but not normalize
6767
grdgradient(grid=grid, azimuth=10, direction="c", tiles="c")

0 commit comments

Comments
 (0)