Skip to content

Commit

Permalink
Gallery examples: Fix typos (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich authored Jul 21, 2024
1 parent 9ec92be commit 1136be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gallery/maps/country_polygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
water="white",
frame="afg",
dcw=[
# Great Britain (country code) with seagrean land
# Great Britain (country code) with seagreen land
"GB+gseagreen",
# Italy with a red border
"IT+p0.5p,red3",
Expand Down
4 changes: 2 additions & 2 deletions examples/gallery/symbols/points.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Points
======
The :meth:`pygmt.Figure.plot` method can plot points. The plot symbol and size
is set with the ``style`` parameter.
The :meth:`pygmt.Figure.plot` method can plot data points. The symbol and
size are set with the ``style`` parameter.
"""

# %%
Expand Down

0 comments on commit 1136be3

Please sign in to comment.