Skip to content
Prev Previous commit
Next Next commit
comment fix, rerun online testing
  • Loading branch information
ryanbelt committed Feb 26, 2016
commit 413f60ffe59625bf63e25e56a3220d6ac82798cd
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_auto_column():
tb2.set_fontsize(12)
tb2.auto_set_column_width((-1, 0, 1))

#3 single input
#3 single inputs
ax3 = fig.add_subplot(3, 1, 3)
ax3.axis('off')
tb3 = ax3.table(cellText=[['Fit Text', 2],
Expand Down