Skip to content

Commit fb04665

Browse files
Change parameter name from 'direction' to 'component'
1 parent fb41536 commit fb04665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/datasets/earth_deflection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def load_earth_deflection(
2020
] = "01d",
2121
region: Sequence[float] | str | None = None,
2222
registration: Literal["gridline", "pixel", None] = None,
23-
direction: Literal["east", "north"] = "east",
23+
component: Literal["east", "north"] = "east",
2424
) -> xr.DataArray:
2525
r"""
2626
Load the IGPP Earth east-west and north-south deflection datasets in various

0 commit comments

Comments
 (0)