Skip to content

Commit 5055aad

Browse files
Fix typos in earth_age.py (#2195)
1 parent 9a334ce commit 5055aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygmt/datasets/earth_age.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ def load_earth_age(resolution="01d", region=None, registration=None):
7878
)
7979

8080
if resolution not in non_tiled_resolutions + tiled_resolutions:
81-
raise GMTInvalidInput(f"Invalid Earth relief resolution '{resolution}'.")
81+
raise GMTInvalidInput(f"Invalid Earth age resolution '{resolution}'.")
8282

83-
# Choose earth relief data prefix
83+
# Choose earth age data prefix
8484
earth_age_prefix = "earth_age_"
8585

86-
# different ways to load tiled and non-tiled earth relief data
86+
# different ways to load tiled and non-tiled earth age data
8787
# Known issue: tiled grids don't support slice operation
8888
# See https://github.com/GenericMappingTools/pygmt/issues/524
8989
if region is None:

0 commit comments

Comments
 (0)