Skip to content

Commit a911e64

Browse files
authored
pygmt.grdclip: Fix a typo in doctest (#4117)
1 parent bb6e084 commit a911e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdclip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def grdclip(
9898
-------
9999
>>> import pygmt
100100
>>> # Load the 30 arc-minutes Earth relief grid, with a longitude range of 10° E to
101-
>>> 30° E, and a latitude range of 15° N to 25° N
101+
>>> # 30° E, and a latitude range of 15° N to 25° N
102102
>>> grid = pygmt.datasets.load_earth_relief(
103103
... resolution="30m", region=[10, 30, 15, 25]
104104
... )

0 commit comments

Comments
 (0)