ronisbr / PrettyTables.jl

Print data in formatted tables.
MIT License
391 stars 38 forks source link

"The header must be a tuple of vectors" #204

Open jariji opened 1 year ago

jariji commented 1 year ago

header::Union{Symbol, Vector{Symbol}}: The header must be a tuple of vectors.

These seem contradictory. Could this be clarified?

https://ronisbr.github.io/PrettyTables.jl/stable/man/usage/

ronisbr commented 1 year ago

Thanks!

The description is right, the signature is wrong. I will fix it.