Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b614316

Browse filesBrowse files
committed
Fix minor typos.
1 parent 9488d1c commit b614316
Copy full SHA for b614316

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/mpl_toolkits/axisartist/angle_helper.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/angle_helper.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.