Skip to content

Commit c39f4a6

Browse files
committed
Fix comment typo
1 parent 508d3b2 commit c39f4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ def get_log_range(lo, hi):
25142514
else:
25152515
c_range = (0, 0)
25162516

2517-
# Caclulate the total number of integer exponents in a and c ranges
2517+
# Calculate the total number of integer exponents in a and c ranges
25182518
total_ticks = (a_range[1] - a_range[0]) + (c_range[1] - c_range[0])
25192519
if has_b:
25202520
total_ticks += 1

0 commit comments

Comments
 (0)