Skip to content

Commit

Permalink
Fix a doctest in pygmt/datasets/earth_mean_dynamic_topography.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 28, 2024
1 parent 24a79f2 commit 7edff1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/datasets/earth_mean_dynamic_topography.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ def load_earth_mean_dynamic_topography(
>>> grid = load_earth_mean_dynamic_topography(
... resolution="30m", registration="gridline"
... )
>>> # load high-resolution (5 arc-minutes) grid for a specific region
>>> # load high-resolution (7 arc-minutes) grid for a specific region
>>> grid = load_earth_mean_dynamic_topography(
... resolution="05m",
... resolution="07m",
... region=[120, 160, 30, 60],
... registration="gridline",
... )
Expand Down

0 comments on commit 7edff1d

Please sign in to comment.