Skip to content

Commit 562ffa4

Browse files
Fix typo
1 parent 99aa2f5 commit 562ffa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/pygmtlogo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _bg_arrow_coords():
147147
# x0, y0 is the same as in _letter_t_coords().
148148
x0 = thick_gt / 2
149149
y0 = 1.8 * x0 * np.sqrt(3)
150-
# The background arrow is thick_comp wide than the letter T.
150+
# The background arrow is thick_comp wider than the letter T.
151151
x1 = x0 + thick_comp / 2.0 # Half-width of the arrow tail
152152
x2 = 2 * x0 + thick_comp / np.sqrt(3) # Half-width of the arrow head
153153

0 commit comments

Comments
 (0)