Skip to content

Commit df1ae21

Browse files
Typo fixes before v0.14.0 (#3733)
1 parent 32cc7a2 commit df1ae21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pygmt/datasets/earth_free_air_anomaly.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def load_earth_free_air_anomaly(
3030
:widths: 50 50
3131
:header-rows: 1
3232
33-
* - IGPP Earth free-Air anomaly
34-
- IGPP Earth free-Air anomaly uncertainty
33+
* - IGPP Earth free-air anomaly
34+
- IGPP Earth free-air anomaly uncertainty
3535
* - .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faa.jpg
3636
- .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faaerror.jpg
3737

pygmt/figure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def savefig(
248248
kwargs.pop("metadata", None)
249249
self.psconvert(prefix=prefix, fmt=fmts[ext], crop=crop, **kwargs)
250250

251-
# TODO(GMT>=6.5.0): Remve the workaround for upstream bug in GMT<6.5.0.
251+
# TODO(GMT>=6.5.0): Remove the workaround for upstream bug in GMT<6.5.0.
252252
# Remove the .pgw world file if exists. Not necessary after GMT 6.5.0.
253253
# See upstream fix https://github.com/GenericMappingTools/gmt/pull/7865
254254
if ext == "tiff":

pygmt/src/meca.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def meca( # noqa: PLR0912, PLR0913, PLR0915
323323
[**+p**\ *pen*][**+s**\ *size*].
324324
Offset beachball(s) to the longitude(s) and latitude(s) specified in the last
325325
two columns of the input file or array, or by ``plot_longitude`` and
326-
``plot_latitude`` if provided. A line from the beachball to the inital location
326+
``plot_latitude`` if provided. A line from the beachball to the initial location
327327
is drawn. Use **+s**\ *size* to plot a small circle at the initial location and
328328
to set the diameter of this circle [Default is no circle]. Use **+p**\ *pen* to
329329
set the pen attributes for this feature [Default is set via ``pen``]. The fill

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local_scheme = "node-and-date"
6666
fallback_version = "999.999.999+unknown"
6767

6868
[tool.codespell]
69-
ignore-words-list = "astroid,oints,reenable,tripel,trough"
69+
ignore-words-list = "astroid,oints,reenable,tripel,trough,ND"
7070

7171
[tool.coverage.run]
7272
omit = ["*/tests/*", "*pygmt/__init__.py"]

0 commit comments

Comments
 (0)