diff --git a/pygmt/datasets/earth_day.py b/pygmt/datasets/earth_day.py index f95a26f7071..7e68d5faf6a 100644 --- a/pygmt/datasets/earth_day.py +++ b/pygmt/datasets/earth_day.py @@ -60,9 +60,8 @@ def load_blue_marble( Parameters ---------- resolution - The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degree, - arc-minute, and arc-second. - + The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degrees, + arc-minutes, and arc-seconds. region The subregion of the image to load, in the form of a sequence [*xmin*, *xmax*, *ymin*, *ymax*]. diff --git a/pygmt/datasets/earth_night.py b/pygmt/datasets/earth_night.py index 39742c8124e..7415b281abc 100644 --- a/pygmt/datasets/earth_night.py +++ b/pygmt/datasets/earth_night.py @@ -60,9 +60,8 @@ def load_black_marble( Parameters ---------- resolution - The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degree, - arc-minute, and arc-second. - + The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degrees, + arc-minutes, and arc-seconds. region The subregion of the image to load, in the form of a sequence [*xmin*, *xmax*, *ymin*, *ymax*].