We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a6ecf commit b97575dCopy full SHA for b97575d
pygmt/src/select.py
@@ -44,7 +44,7 @@
44
s="skiprows",
45
w="wrap",
46
)
47
-@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")
48
def select(
49
data: PathLike | TableLike | None = None,
50
output_type: Literal["pandas", "numpy", "file"] = "pandas",
0 commit comments