Skip to content

Commit 81a59bf

Browse files
Fix indent
1 parent d4a1762 commit 81a59bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pygmt/datasets/earth_dist.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ def load_earth_dist(
5656
The grid resolution. The suffix ``d`` and ``m`` stand for arc-degrees and
5757
arc-minutes.
5858
region
59-
The subregion of the grid to load, in the form of a sequence
60-
[*xmin*, *xmax*, *ymin*, *ymax*]
61-
or an ISO country code. Required for grids with resolutions higher than 5
62-
arc-minutes (i.e., ``"05m"``).
59+
The subregion of the grid to load, in the form of a sequence [*xmin*, *xmax*,
60+
*ymin*, *ymax*] or an ISO country code. Required for grids with resolutions
61+
higher than 5 arc-minutes (i.e., ``"05m"``).
6362
registration
6463
Grid registration type. Either ``"pixel"`` for pixel registration or
6564
``"gridline"`` for gridline registration.

0 commit comments

Comments
 (0)