Skip to content

Commit

Permalink
Typo fixes before v0.14.0 (#3733)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Dec 31, 2024
1 parent 32cc7a2 commit df1ae21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pygmt/datasets/earth_free_air_anomaly.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def load_earth_free_air_anomaly(
:widths: 50 50
:header-rows: 1
* - IGPP Earth free-Air anomaly
- IGPP Earth free-Air anomaly uncertainty
* - IGPP Earth free-air anomaly
- IGPP Earth free-air anomaly uncertainty
* - .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faa.jpg
- .. figure:: https://www.generic-mapping-tools.org/remote-datasets/_images/GMT_earth_faaerror.jpg
Expand Down
2 changes: 1 addition & 1 deletion pygmt/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def savefig(
kwargs.pop("metadata", None)
self.psconvert(prefix=prefix, fmt=fmts[ext], crop=crop, **kwargs)

# TODO(GMT>=6.5.0): Remve the workaround for upstream bug in GMT<6.5.0.
# TODO(GMT>=6.5.0): Remove the workaround for upstream bug in GMT<6.5.0.
# Remove the .pgw world file if exists. Not necessary after GMT 6.5.0.
# See upstream fix https://github.com/GenericMappingTools/gmt/pull/7865
if ext == "tiff":
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/meca.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def meca( # noqa: PLR0912, PLR0913, PLR0915
[**+p**\ *pen*][**+s**\ *size*].
Offset beachball(s) to the longitude(s) and latitude(s) specified in the last
two columns of the input file or array, or by ``plot_longitude`` and
``plot_latitude`` if provided. A line from the beachball to the inital location
``plot_latitude`` if provided. A line from the beachball to the initial location
is drawn. Use **+s**\ *size* to plot a small circle at the initial location and
to set the diameter of this circle [Default is no circle]. Use **+p**\ *pen* to
set the pen attributes for this feature [Default is set via ``pen``]. The fill
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local_scheme = "node-and-date"
fallback_version = "999.999.999+unknown"

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

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

0 comments on commit df1ae21

Please sign in to comment.