Skip to content

Commit e80215a

Browse files
seismanweiji14
andauthored
Fix a typo [skip ci]
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
1 parent 6d1e93f commit e80215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdtrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_grdtrack_wrong_kind_of_points_input(dataarray, dataframe):
135135

136136
def test_grdtrack_wrong_kind_of_grid_input(dataarray, dataframe):
137137
"""
138-
Run grdtrack using grid input that is not as xarray.DataArray or file.
138+
Run grdtrack using grid input that is not an xarray.DataArray or file.
139139
"""
140140
invalid_grid = dataarray.to_dataset()
141141
with pytest.raises(GMTInvalidInput):

0 commit comments

Comments
 (0)