Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6612827

Browse files
committed
Fix trailing whitespace
1 parent adf4666 commit 6612827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ def set_ticklabels(self, ticklabels, *args, **kwargs):
15301530
try:
15311531
get_labels.append(t.get_text())
15321532
# otherwise add the label to the list directly
1533-
except AttributeError:
1533+
except AttributeError:
15341534
get_labels.append(t)
15351535
# replace the ticklabels list with the processed one
15361536
ticklabels = get_labels

0 commit comments

Comments
 (0)