From 9da5c2bc116fb8eeb9d9cc8037d7e9cf6261bd83 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 24 May 2025 13:01:02 +0800 Subject: [PATCH] pygmt.select: parameter 'mask' accepts a sequence of strings --- pygmt/src/select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/src/select.py b/pygmt/src/select.py index 35acb429e0a..9e419d533f8 100644 --- a/pygmt/src/select.py +++ b/pygmt/src/select.py @@ -44,7 +44,7 @@ s="skiprows", w="wrap", ) -@kwargs_to_strings(M="sequence", R="sequence", i="sequence_comma", o="sequence_comma") +@kwargs_to_strings(N="sequence", R="sequence", i="sequence_comma", o="sequence_comma") def select( data: PathLike | TableLike | None = None, output_type: Literal["pandas", "numpy", "file"] = "pandas",