Skip to content

Conversation

@ama228
Copy link

@ama228 ama228 commented Feb 9, 2026

Summary

The Column class docstring was listing Table constructor parameters (like title, caption, box, padding, show_header, row_styles, etc.) instead of its own dataclass fields.

Updated the docstring to accurately document the actual Column fields: header, footer, header_style, footer_style, style, justify, vertical, overflow, width, min_width, max_width, ratio, no_wrap, and highlight.

What changed

  • Replaced incorrect Table parameter docs with correct Column field docs
  • Matched descriptions to the inline docstrings already present on each field

This was probably a copy-paste leftover from when Column was first created.

The Column class docstring listed Table constructor parameters
(title, caption, box, padding, show_header, etc.) instead of its
own dataclass fields (header, footer, justify, width, etc.).

Updated to match the actual Column fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants