Skip to content

Commit 24a79f2

Browse files
committed
Fix a typo in pygmt/datasets/earth_mean_dynamic_topography.py
1 parent 230ff31 commit 24a79f2

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
@@ -84,8 +84,8 @@ def load_earth_mean_dynamic_topography(
8484
>>> grid = load_earth_mean_dynamic_topography()
8585
>>> # load the 30 arc-minutes grid with "gridline" registration
8686
>>> grid = load_earth_mean_dynamic_topography(
87-
resolution="30m", registration="gridline"
88-
...)
87+
... resolution="30m", registration="gridline"
88+
... )
8989
>>> # load high-resolution (5 arc-minutes) grid for a specific region
9090
>>> grid = load_earth_mean_dynamic_topography(
9191
... resolution="05m",

0 commit comments

Comments
 (0)