Skip to content

Commit 6eef840

Browse files
committed
Merge branch 'main' into AliasSystem/params/base
2 parents f80ddb8 + 89044b8 commit 6eef840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-13, windows-2022]
39+
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-14, windows-2022]
4040
gmt_version: ['6.4']
4141
timeout-minutes: 30
4242
defaults:

pygmt/alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _to_string(
4242
To avoid extra overhead, this function does not validate parameter combinations. For
4343
example, if ``value`` is a sequence but ``separator`` is not specified, the function
4444
will return a sequence of strings. In this case, ``prefix`` has no effect, but the
45-
function does not check for such inconsistencies. The maintaner should ensure that
45+
function does not check for such inconsistencies. The maintainer should ensure that
4646
the parameter combinations are valid.
4747
4848
Parameters

0 commit comments

Comments
 (0)