mirror of https://github.com/Textualize/rich.git
Remove stray characters
This commit is contained in:
parent
242770ed7d
commit
c278c7aced
|
@ -171,7 +171,7 @@ console = Console()
|
|||
table = Table(show_header=True, header_style="bold magenta")
|
||||
table.add_column("Date", style="dim", width=12)
|
||||
table.add_column("Title")
|
||||
table.add_columngit ("Production Budget", justify="right")
|
||||
table.add_column("Production Budget", justify="right")
|
||||
table.add_column("Box Office", justify="right")
|
||||
table.add_row(
|
||||
"Dev 20, 2019", "Star Wars: The Rise of Skywalker", "$275,000,0000", "$375,126,118"
|
||||
|
|
Loading…
Reference in New Issue