Skip to content

Commit

Permalink
Fix typo in documentation of dataset functions (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Dec 23, 2022
1 parent 3f6644e commit 53bf47c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_age.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def load_earth_age(resolution="01d", region=None, registration=None):
``"03m"``, ``"02m"``, or ``"01m"``.
region : str or list
The subregion of the grid to load, in the forms of a list
The subregion of the grid to load, in the form of a list
[*xmin*, *xmax*, *ymin*, *ymax*] or a string *xmin/xmax/ymin/ymax*.
Required for grids with resolutions higher than 5
arc-minutes (i.e., ``"05m"``).
Expand Down
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_free_air_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def load_earth_free_air_anomaly(resolution="01d", region=None, registration=None
``"03m"``, ``"02m"``, or ``"01m"``.
region : str or list
The subregion of the grid to load, in the forms of a list
The subregion of the grid to load, in the form of a list
[*xmin*, *xmax*, *ymin*, *ymax*] or a string *xmin/xmax/ymin/ymax*.
Required for grids with resolutions higher than 5
arc-minutes (i.e., ``"05m"``).
Expand Down
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_geoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def load_earth_geoid(resolution="01d", region=None, registration=None):
``"03m"``, ``"02m"``, or ``"01m"``.
region : str or list
The subregion of the grid to load, in the forms of a list
The subregion of the grid to load, in the form of a list
[*xmin*, *xmax*, *ymin*, *ymax*] or a string *xmin/xmax/ymin/ymax*.
Required for grids with resolutions higher than 5
arc-minutes (i.e., ``"05m"``).
Expand Down
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_magnetic_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def load_earth_magnetic_anomaly(
``"03m"``, or ``"02m"``.
region : str or list
The subregion of the grid to load, in the forms of a list
The subregion of the grid to load, in the form of a list
[*xmin*, *xmax*, *ymin*, *ymax*] or a string *xmin/xmax/ymin/ymax*.
Required for grids with resolutions higher than 5
arc-minutes (i.e., ``"05m"``).
Expand Down
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def load_earth_relief(
``"03s"``, or ``"01s"``.
region : str or list
The subregion of the grid to load, in the forms of a list
The subregion of the grid to load, in the form of a list
[*xmin*, *xmax*, *ymin*, *ymax*] or a string *xmin/xmax/ymin/ymax*.
Required for Earth relief grids with resolutions higher than 5
arc-minutes (i.e., ``"05m"``).
Expand Down
2 changes: 1 addition & 1 deletion pygmt/datasets/load_remote_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _load_remote_dataset(
arc-degrees, arc-minutes, and arc-seconds, respectively.
region : str or list
The subregion of the grid to load, in the forms of a list
The subregion of the grid to load, in the form of a list
[*xmin*, *xmax*, *ymin*, *ymax*] or a string *xmin/xmax/ymin/ymax*.
Required for tiled grids.
Expand Down

0 comments on commit 53bf47c

Please sign in to comment.