Skip to content

Commit b97575d

Browse files
authored
pygmt.select: parameter 'mask' accepts a sequence of strings (#3956)
1 parent 40a6ecf commit b97575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
s="skiprows",
4545
w="wrap",
4646
)
47-
@kwargs_to_strings(M="sequence", R="sequence", i="sequence_comma", o="sequence_comma")
47+
@kwargs_to_strings(N="sequence", R="sequence", i="sequence_comma", o="sequence_comma")
4848
def select(
4949
data: PathLike | TableLike | None = None,
5050
output_type: Literal["pandas", "numpy", "file"] = "pandas",

0 commit comments

Comments
 (0)