Skip to content

Commit 97dc71c

Browse files
DOC: Fix typos "Scientific" to "scientific" (#3555)
1 parent ced2e5f commit 97dc71c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Other official wrappers for GMT:
191191
## Minimum supported versions
192192

193193
PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) alongside the
194-
rest of the Scientific Python ecosystem, and therefore:
194+
rest of the scientific Python ecosystem, and therefore:
195195

196196
- Support for Python versions be dropped 3 years after their initial release.
197197
- Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after

doc/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
* Exclude DVC files from source/binary distributions ([#2634](https://github.com/GenericMappingTools/pygmt/pull/2634))
362362
* CI: Use mamba-org/provision-with-micromamba to setup micromamba ([#2435](https://github.com/GenericMappingTools/pygmt/pull/2435))
363363
* CI: Migrate provision-with-micromamba to setup-micromamba ([#2536](https://github.com/GenericMappingTools/pygmt/pull/2536))
364-
* CI: Run dev tests on Scientific Python nightly wheels ([#2612](https://github.com/GenericMappingTools/pygmt/pull/2612))
364+
* CI: Run dev tests on scientific Python nightly wheels ([#2612](https://github.com/GenericMappingTools/pygmt/pull/2612))
365365
* CI: Remove the deprecated cml-publish command from the dvc-diff workflow ([#2559](https://github.com/GenericMappingTools/pygmt/pull/2559))
366366
* CI: Fix and simplify the dvc-diff workflow ([#2549](https://github.com/GenericMappingTools/pygmt/pull/2549))
367367
* CI: Add the "Doctests" workflow to run doctests weekly ([#2456](https://github.com/GenericMappingTools/pygmt/pull/2456))

doc/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ to change the default behaviour at <https://docs.readthedocs.io/en/stable/config
124124
## Dependencies Policy
125125

126126
PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) alongside the
127-
rest of the Scientific Python ecosystem, and therefore:
127+
rest of the scientific Python ecosystem, and therefore:
128128

129129
* Support for Python versions be dropped 3 years after their initial release.
130130
* Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after

doc/minversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ myst:
1818
# Minimum Supported Versions
1919

2020
PyGMT has adopted [SPEC 0](https://scientific-python.org/specs/spec-0000/) alongside the
21-
rest of the Scientific Python ecosystem, and therefore:
21+
rest of the scientific Python ecosystem, and therefore:
2222

2323
- Support for Python versions be dropped 3 years after their initial release.
2424
- Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after

0 commit comments

Comments
 (0)