Skip to content

Commit 20f873d

Browse files
committed
add {V} to the docstring, sort alias by ASCIIbetical order
1 parent ea3761b commit 20f873d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/src/grdlandmask.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
G="outgrid",
2020
I="spacing",
2121
R="region",
22-
r="registration",
2322
V="verbose",
23+
r="registration",
2424
)
2525
@kwargs_to_strings(R="sequence")
2626
def grdlandmask(**kwargs):
@@ -45,6 +45,7 @@ def grdlandmask(**kwargs):
4545
in.
4646
{I}
4747
{R}
48+
{V}
4849
{r}
4950
5051
Returns

0 commit comments

Comments
 (0)