Skip to content

Commit 5a77338

Browse files
Apply suggestions from code review
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 831e43f commit 5a77338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_coast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@pytest.mark.mpl_image_compare
1010
def test_coast_iceland():
1111
"""
12-
Test passing in region as a list.
12+
Test plotting a regional map with coastlines.
1313
"""
1414
fig = Figure()
1515
fig.coast(region=[-30, -10, 60, 65], projection="m1c", frame=True, land="p28+r100")

0 commit comments

Comments
 (0)