We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6e084 commit a911e64Copy full SHA for a911e64
1 file changed
pygmt/src/grdclip.py
@@ -98,7 +98,7 @@ def grdclip(
98
-------
99
>>> import pygmt
100
>>> # 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
+ >>> # 30° E, and a latitude range of 15° N to 25° N
102
>>> grid = pygmt.datasets.load_earth_relief(
103
... resolution="30m", region=[10, 30, 15, 25]
104
... )
0 commit comments