Skip to content

Commit fda8fad

Browse files
willschlitzerMeghan Jones
andauthored
Apply suggestions from code review
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
1 parent d6a3c1b commit fda8fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/grdgradient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
N="normalize",
2525
Q="norm_control",
2626
R="region",
27-
S="slopefile",
27+
S="slope_file",
2828
V="verbose",
2929
n="interpolation",
3030
)
@@ -123,7 +123,7 @@ def grdgradient(grid, **kwargs):
123123
grid output is not needed for this run then do not specify `outgrid`.
124124
For subsequent runs, just use **r** to read these values. Using
125125
**R** will read then delete the statistics file.
126-
slopefile : str
126+
slope_file : str
127127
Name of output grid file with scalar magnitudes of gradient vectors.
128128
Requires `direction` but makes `outgrid` optional.
129129
{R}

0 commit comments

Comments
 (0)