Skip to content

Commit

Permalink
Merge branch 'master' of github.com:willmcgugan/rich
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 8, 2020
2 parents 20078d6 + 586f4d3 commit a4aafa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ table.add_column("Title")
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"
"Dev 20, 2019", "Star Wars: The Rise of Skywalker", "$275,000,000", "$375,126,118"
)
table.add_row(
"May 25, 2018",
"[red]Solo[/red]: A Star Wars Story",
"$275,000,0000",
"$275,000,000",
"$393,151,347",
)
table.add_row(
Expand Down

0 comments on commit a4aafa6

Please sign in to comment.