Skip to content

Commit 5babf22

Browse files
DOC: Typo fixes / formulation improvements (#3729)
1 parent 7edff1d commit 5babf22

8 files changed

+16
-15
lines changed

pygmt/datasets/earth_free_air_anomaly.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ def load_earth_free_air_anomaly(
6969
higher than 5 arc-minutes (i.e., ``"05m"``).
7070
registration
7171
Grid registration type. Either ``"pixel"`` for pixel registration or
72-
``"gridline"`` for gridline registration. Default is ``None`` which means
73-
``"gridline"`` for all resolutions except ``"01m"`` which is ``"pixel"`` only.
72+
``"gridline"`` for gridline registration. Default is ``None``, which means
73+
``"gridline"`` for all resolutions except ``"01m"`` which is ``"pixel"``
74+
only.
7475
uncertainty
7576
By default, the Earth free-air anomaly values are returned. Set to ``True`` to
7677
return the related uncertainties instead.

pygmt/datasets/earth_magnetic_anomaly.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ def load_earth_magnetic_anomaly(
7676
higher than 5 arc-minutes (i.e., ``"05m"``).
7777
registration
7878
Grid registration type. Either ``"pixel"`` for pixel registration or
79-
``"gridline"`` for gridline registration. Default is ``None``, means
79+
``"gridline"`` for gridline registration. Default is ``None``, which means
8080
``"gridline"`` for all resolutions except ``"02m"`` for
81-
``data_source="emag2"`` or ``data_source="emag2_4km"``, which are
82-
``"pixel"`` only.
81+
``data_source="emag2"`` or ``data_source="emag2_4km"``, which are ``"pixel"``
82+
only.
8383
data_source
8484
Select the source of the magnetic anomaly data. Available options are:
8585

pygmt/datasets/earth_relief.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ def load_earth_relief(
8383
higher than 5 arc-minutes (i.e., ``"05m"``).
8484
registration
8585
Grid registration type. Either ``"pixel"`` for pixel registration or
86-
``"gridline"`` for gridline registration. Default is ``None``, means
87-
``"gridline"`` for all resolutions except ``"15s"`` which is
88-
``"pixel"`` only.
86+
``"gridline"`` for gridline registration. Default is ``None``, which means
87+
``"gridline"`` for all resolutions except ``"15s"`` which is ``"pixel"``
88+
only.
8989
data_source
9090
Select the source for the Earth relief data. Available options are:
9191

pygmt/datasets/earth_vertical_gravity_gradient.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def load_earth_vertical_gravity_gradient(
6262
higher than 5 arc-minutes (i.e., ``"05m"``).
6363
registration
6464
Grid registration type. Either ``"pixel"`` for pixel registration or
65-
``"gridline"`` for gridline registration. Default is ``None``, means
66-
``"gridline"`` for all resolutions except ``"01m"`` which is
67-
``"pixel"`` only.
65+
``"gridline"`` for gridline registration. Default is ``None``, which means
66+
``"gridline"`` for all resolutions except ``"01m"`` which is ``"pixel"``
67+
only.
6868
6969
Returns
7070
-------

pygmt/datasets/mars_relief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def load_mars_relief(
7575
higher than 5 arc-minutes (i.e., ``"05m"``).
7676
registration
7777
Grid registration type. Either ``"pixel"`` for pixel registration or
78-
``"gridline"`` for gridline registration. Default is ``None``, means
78+
``"gridline"`` for gridline registration. Default is ``None``, which means
7979
``"gridline"`` for all resolutions except for ``"12s"`` which is ``"pixel"``
8080
only.
8181

pygmt/datasets/mercury_relief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def load_mercury_relief(
7373
higher than 5 arc-minutes (i.e., ``"05m"``).
7474
registration
7575
Grid registration type. Either ``"pixel"`` for pixel registration or
76-
``"gridline"`` for gridline registration. Default is ``None``, means
76+
``"gridline"`` for gridline registration. Default is ``None``, which means
7777
``"gridline"`` for all resolutions except for ``"56s"`` which is ``"pixel"``
7878
only.
7979

pygmt/datasets/moon_relief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def load_moon_relief(
7575
higher than 5 arc-minutes (i.e., ``"05m"``).
7676
registration
7777
Grid registration type. Either ``"pixel"`` for pixel registration or
78-
``"gridline"`` for gridline registration. Default is ``None``, means
78+
``"gridline"`` for gridline registration. Default is ``None``, which means
7979
``"gridline"`` for all resolutions except for ``"14s"`` which is ``"pixel"``
8080
only.
8181

pygmt/datasets/pluto_relief.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def load_pluto_relief(
7373
higher than 5 arc-minutes (i.e., ``"05m"``).
7474
registration
7575
Grid registration type. Either ``"pixel"`` for pixel registration or
76-
``"gridline"`` for gridline registration. Default is ``None``, means
76+
``"gridline"`` for gridline registration. Default is ``None``, which means
7777
``"gridline"`` for all resolutions except for ``"52s"`` which is ``"pixel"``
7878
only.
7979

0 commit comments

Comments
 (0)