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",