thombashi / pytablewriter

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
https://pytablewriter.rtfd.io/
MIT License
609 stars 43 forks source link

Fix typo #26

Closed hugovk closed 4 years ago

hugovk commented 4 years ago

Ran into this exception at https://github.com/hugovk/pypistats/issues/101, here's some wording fixes:

"instancce" -> "instance"

And reword to avoid for "a Align instance"

thombashi commented 4 years ago

Thank you for your pull request.

Probably it would be more desirable to converting None values to default values automatically instead of raise exceptions. I will modify that behavior.

thombashi commented 4 years ago

Fixed at 6863c1b512b21a555a3c993080c9a45df361174b