Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 30, 2020
1 parent 17fe7a9 commit 54213f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/tests/test_grdcut.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def fixture_grid():


def test_grdcut_file_in_file_out():
"grduct an input grid file, and output to a grid file"
"grdcut an input grid file, and output to a grid file"
with GMTTempFile(suffix=".nc") as tmpfile:
result = grdcut("@earth_relief_01d", outgrid=tmpfile.name, region="0/180/0/90")
assert result is None # return value is None
Expand Down

0 comments on commit 54213f7

Please sign in to comment.