Skip to content

Commit a5307d1

Browse files
committed
docstring pep8 fixed
1 parent 92ccded commit a5307d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def auto_set_column_width(self, col):
412412
""" Given column indexs in either List, Tuple or int. Will be able to
413413
automatically set the columns into optimal sizes.
414414
415-
Here is the example of the input, which triger automatic adjustment on
415+
Here is the example of the input, which triger automatic adjustment on
416416
column to optimal size by given index numbers.
417417
-1: the row labling
418418
0: the 1st column

0 commit comments

Comments
 (0)