Skip to content

Commit b31162e

Browse files
Update pygmt/src/grdlandmask.py
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent 352f765 commit b31162e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/grdlandmask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def grdlandmask(**kwargs):
7878
[*wet*, *dry*] or [*ocean*, *land*, *lake*, *island*, *pond*].
7979
Sets the values that will be assigned to nodes. Values can
8080
be any number, including the textstring NaN
81-
[Default is 0/1/0/1/0 (i.e., 0/1)]. Also select
81+
[Default is [0, 1, 0, 1, 0] (i.e., [0, 1])]. Also select
8282
``bordervalues`` to let nodes exactly on feature boundaries be
8383
considered outside [Default is inside].
8484
{V}

0 commit comments

Comments
 (0)