Skip to content

Commit 300224d

Browse files
authored
Fix tiny typo in custom symbols gallery example (#2074)
1 parent ff1ede3 commit 300224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/symbols/custom_symbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
fig = pygmt.Figure()
1616
fig.basemap(region=[0, 8, 0, 3], projection="X12c/4c", frame=True)
1717

18-
# define pen and fontstlye for annotations
18+
# define pen and fontstyle for annotations
1919
pen = "1p,black"
2020
font = "15p,Helvetica-Bold"
2121

0 commit comments

Comments
 (0)