From f8db417d4f47d1f4d26247ecda95d38521fcdb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:40:51 +0200 Subject: [PATCH] Earth day/night remote dataset: Fix typo - use plural (#3474) --- pygmt/datasets/earth_day.py | 5 ++--- pygmt/datasets/earth_night.py | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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*].