From c791f71845d1dd65447f413dbbc60a51888437a8 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 16 Apr 2021 14:16:06 -0400 Subject: [PATCH] typo --- commands/implemented/command_tempText.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/implemented/command_tempText.py b/commands/implemented/command_tempText.py index b928fbb..00b18ce 100644 --- a/commands/implemented/command_tempText.py +++ b/commands/implemented/command_tempText.py @@ -9,7 +9,7 @@ import utilities_script as utilities class CommandChyron(AbstractCommand, metaclass=ABCMeta): """ - this is the chyron command. + this is the temptext command. """ command = "temptext"