Skip to content

Commit 41507e2

Browse files
committed
change "mulitple_nodes" to "duplicate"
1 parent fce671f commit 41507e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/xyz2grd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@fmt_docstring
1616
@use_alias(
17-
A="multiple_nodes",
17+
A="duplicate",
1818
G="outgrid",
1919
I="spacing",
2020
R="region",
@@ -47,7 +47,7 @@ def xyz2grd(data=None, x=None, y=None, z=None, **kwargs):
4747
outgrid : str or None
4848
Optional. The name of the output netCDF file with extension .nc to
4949
store the grid in.
50-
multiple_nodes : str
50+
duplicate : str
5151
[**d**\|\ **f**\|\ **l**\|\ **m**\|\ **n**\|\
5252
**r**\|\ **S**\|\ **s**\|\ **u**\|\ **z**]
5353
By default we will calculate mean values if multiple entries fall on

0 commit comments

Comments
 (0)