astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.08k stars 162 forks source link

Fix TypeError when using a tuple for maxcolwidths #214 #300

Open pzarfos opened 9 months ago

pzarfos commented 9 months ago

This PR fixes issue #214

Issue:

PR: