Skip to content

Commit f8db417

Browse files
Earth day/night remote dataset: Fix typo - use plural (#3474)
1 parent 2a6ff6a commit f8db417

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pygmt/datasets/earth_day.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ def load_blue_marble(
6060
Parameters
6161
----------
6262
resolution
63-
The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degree,
64-
arc-minute, and arc-second.
65-
63+
The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degrees,
64+
arc-minutes, and arc-seconds.
6665
region
6766
The subregion of the image to load, in the form of a sequence [*xmin*, *xmax*,
6867
*ymin*, *ymax*].

pygmt/datasets/earth_night.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ def load_black_marble(
6060
Parameters
6161
----------
6262
resolution
63-
The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degree,
64-
arc-minute, and arc-second.
65-
63+
The image resolution. The suffix ``d``, ``m``, and ``s`` stand for arc-degrees,
64+
arc-minutes, and arc-seconds.
6665
region
6766
The subregion of the image to load, in the form of a sequence [*xmin*, *xmax*,
6867
*ymin*, *ymax*].

0 commit comments

Comments
 (0)