mirror of https://github.com/Textualize/rich.git
fix typo
This commit is contained in:
parent
0cf528d9a8
commit
ddde385389
|
@ -28,7 +28,7 @@ print("print table to the console")
|
|||
print_table()
|
||||
|
||||
# Get console output as text
|
||||
print("geting console output as text")
|
||||
print("getting console output as text")
|
||||
text = console.export_text()
|
||||
|
||||
# Calling print_table again because console output buffer
|
||||
|
@ -38,7 +38,7 @@ print_table()
|
|||
|
||||
# Get console output as html
|
||||
# use clear=False so output is not flushed after export
|
||||
print("geting console output as html")
|
||||
print("getting console output as html")
|
||||
html = console.export_html(clear=False)
|
||||
|
||||
# Export text output to table_export.txt
|
||||
|
|
Loading…
Reference in New Issue