We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230ff31 commit 24a79f2Copy full SHA for 24a79f2
pygmt/datasets/earth_mean_dynamic_topography.py
@@ -84,8 +84,8 @@ def load_earth_mean_dynamic_topography(
84
>>> grid = load_earth_mean_dynamic_topography()
85
>>> # load the 30 arc-minutes grid with "gridline" registration
86
>>> grid = load_earth_mean_dynamic_topography(
87
- resolution="30m", registration="gridline"
88
- ...)
+ ... resolution="30m", registration="gridline"
+ ... )
89
>>> # load high-resolution (5 arc-minutes) grid for a specific region
90
91
... resolution="05m",
0 commit comments