Skip to content

Commit 096ac84

Browse files
seismanweiji14
andauthored
Fix a typo in pygmt/tests/test_grdcut.py
Co-authored-by: Wei Ji <[email protected]>
1 parent 3589c88 commit 096ac84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdcut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def fixture_grid():
1717

1818

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

0 commit comments

Comments
 (0)