Skip to content

Commit 1136be3

Browse files
Gallery examples: Fix typos (#3341)
1 parent 9ec92be commit 1136be3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/gallery/maps/country_polygons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
water="white",
2323
frame="afg",
2424
dcw=[
25-
# Great Britain (country code) with seagrean land
25+
# Great Britain (country code) with seagreen land
2626
"GB+gseagreen",
2727
# Italy with a red border
2828
"IT+p0.5p,red3",

examples/gallery/symbols/points.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Points
33
======
44
5-
The :meth:`pygmt.Figure.plot` method can plot points. The plot symbol and size
6-
is set with the ``style`` parameter.
5+
The :meth:`pygmt.Figure.plot` method can plot data points. The symbol and
6+
size are set with the ``style`` parameter.
77
"""
88

99
# %%

0 commit comments

Comments
 (0)