added line about end_section

This commit is contained in:
Will McGugan 2022-09-23 15:10:19 +01:00
parent 119d541c74
commit c6001e5226
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ Lines
By default, Tables will show a line under the header only. If you want to show lines between all rows add ``show_lines=True`` to the constructor.
You can also force a line on the next row by setting ``end_section=True`` on the call to ``add_row()``.
Empty Tables
~~~~~~~~~~~~