Textualize / rich

Rich is a Python library for rich text and beautiful formatting in the terminal.
https://rich.readthedocs.io/en/latest/
MIT License
48.13k stars 1.69k forks source link

Fix `leading` Parameter Type In Docstring #3276

Closed MichaelYochpaz closed 4 months ago

MichaelYochpaz commented 4 months ago

Type of changes

Checklist

Description

Noticed on the docs that the leading parameter (available for the Table and Column objects), mention that this parameter is a bool type, although it appears to be an int type and has a default value of 0.

This PR fixes the docstrings to annotate this parameter with the correct int type.

willmcgugan commented 4 months ago

thanks