Skip to content

Commit 7edff1d

Browse files
committed
Fix a doctest in pygmt/datasets/earth_mean_dynamic_topography.py
1 parent 24a79f2 commit 7edff1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/datasets/earth_mean_dynamic_topography.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ def load_earth_mean_dynamic_topography(
8686
>>> grid = load_earth_mean_dynamic_topography(
8787
... resolution="30m", registration="gridline"
8888
... )
89-
>>> # load high-resolution (5 arc-minutes) grid for a specific region
89+
>>> # load high-resolution (7 arc-minutes) grid for a specific region
9090
>>> grid = load_earth_mean_dynamic_topography(
91-
... resolution="05m",
91+
... resolution="07m",
9292
... region=[120, 160, 30, 60],
9393
... registration="gridline",
9494
... )

0 commit comments

Comments
 (0)