Skip to content

Commit

Permalink
Fix a typo 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 230ff31 commit 24a79f2
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 @@ -84,8 +84,8 @@ def load_earth_mean_dynamic_topography(
>>> grid = load_earth_mean_dynamic_topography()
>>> # load the 30 arc-minutes grid with "gridline" registration
>>> grid = load_earth_mean_dynamic_topography(
resolution="30m", registration="gridline"
...)
... resolution="30m", registration="gridline"
... )
>>> # load high-resolution (5 arc-minutes) grid for a specific region
>>> grid = load_earth_mean_dynamic_topography(
... resolution="05m",
Expand Down

0 comments on commit 24a79f2

Please sign in to comment.