Skip to content

Commit 0fcfb24

Browse files
committed
Fix a typo
1 parent 731c3b4 commit 0fcfb24

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
@@ -19,7 +19,7 @@ def fixture_grid():
1919

2020

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

0 commit comments

Comments
 (0)