File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def _truncate_location(location):
136
136
"""
137
137
Cuts off anything after the first colon in location strings.
138
138
139
- This allows for easy comparison even when line numbers chagne
139
+ This allows for easy comparison even when line numbers change
140
140
(as they do regularly).
141
141
"""
142
142
return location .split (":" , 1 )[0 ]
Original file line number Diff line number Diff line change @@ -4908,7 +4908,7 @@ def reduce_C_function(C: array) -> float
4908
4908
# make sure we have no zeros
4909
4909
accum += 1
4910
4910
4911
- # autoscale the norm with curren accum values if it hasn't
4911
+ # autoscale the norm with current accum values if it hasn't
4912
4912
# been set
4913
4913
if norm is not None :
4914
4914
if norm .vmin is None and norm .vmax is None :
Original file line number Diff line number Diff line change 92
92
# with requested margins.
93
93
#
94
94
# While sticky edges don't increase the axis limits through extra margins,
95
- # negative margins are still taken into accout . This can be seen in
95
+ # negative margins are still taken into account . This can be seen in
96
96
# the reduced limits of the third image.
97
97
#
98
98
# Controlling autoscale
You can’t perform that action at this time.
0 commit comments