Skip to content

Commit

Permalink
Earth day/night remote dataset: Fix typo - use plural (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Sep 30, 2024
1 parent 2a6ff6a commit f8db417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions pygmt/datasets/earth_day.py
Original file line number Diff line number Diff line change
Expand Up @@ -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*].
Expand Down
5 changes: 2 additions & 3 deletions pygmt/datasets/earth_night.py
Original file line number Diff line number Diff line change
Expand Up @@ -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*].
Expand Down

0 comments on commit f8db417

Please sign in to comment.