Skip to content

Commit b614316

Browse files
committed
Fix minor typos.
1 parent 9488d1c commit b614316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/axisartist/angle_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class FormatterDMS(object):
218218
fmt_d = "$%d" + deg_mark + "$"
219219
fmt_ds = r"$%d.%s" + deg_mark + "$"
220220

221-
# %s for signe
221+
# %s for sign
222222
fmt_d_m = r"$%s%d" + deg_mark + "\,%02d" + min_mark + "$"
223223
fmt_d_ms = r"$%s%d" + deg_mark + "\,%02d.%s" + min_mark + "$"
224224

@@ -324,7 +324,7 @@ class FormatterHMS(FormatterDMS):
324324
fmt_d = "$%d" + deg_mark + "$"
325325
fmt_ds = r"$%d.%s" + deg_mark + "$"
326326

327-
# %s for signe
327+
# %s for sign
328328
fmt_d_m = r"$%s%d" + deg_mark + "\,%02d" + min_mark+"$"
329329
fmt_d_ms = r"$%s%d" + deg_mark + "\,%02d.%s" + min_mark+"$"
330330

0 commit comments

Comments
 (0)