mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
updated comments
This commit is contained in:
parent
998c7dbeaf
commit
2eed45e627
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ print_table()
|
|||
# Get console output as text
|
||||
text = console.export_text()
|
||||
|
||||
# Calling print_table again because export_text()
|
||||
# by default console output buffer is flushed once export function is called
|
||||
# Calling print_table again because console output buffer
|
||||
# is flushed once export function is called
|
||||
print_table()
|
||||
|
||||
# Get console output as html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue