From c278c7aced4a45c6cdbacbcd1198c0ac63073fab Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 29 Jan 2020 13:36:25 +0000 Subject: [PATCH] Remove stray characters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee84e7a..23f0022f 100644 --- a/README.md +++ b/README.md @@ -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"