From 24a79f263065e936560351fc5b7ddb8b31283db0 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 28 Dec 2024 22:33:28 +0800 Subject: [PATCH] Fix a typo in pygmt/datasets/earth_mean_dynamic_topography.py --- pygmt/datasets/earth_mean_dynamic_topography.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygmt/datasets/earth_mean_dynamic_topography.py b/pygmt/datasets/earth_mean_dynamic_topography.py index 17e9ad860a0..3e7e947043b 100644 --- a/pygmt/datasets/earth_mean_dynamic_topography.py +++ b/pygmt/datasets/earth_mean_dynamic_topography.py @@ -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",