Skip to content

Commit 093e630

Browse files
authored
Merge branch 'main' into doc/alias-list
2 parents 4fa8af8 + b97575d commit 093e630

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
--exclude "^https://test.pypi.org/simple/"
6464
--exclude "^https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf"
6565
--exclude "^https://www.generic-mapping-tools.org/remote-datasets/%s$"
66+
--exclude "^https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html"
6667
--exclude "^https://www.pygmt.org/%7B%7Bpath%7D%7D"
6768
--exclude "^https://www.researchgate.net/"
6869
--exclude "^https://zenodo.org/badge/DOI/"

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)