From 92c16fd409b4d00b2fd216b273ef7c3c24c5b777 Mon Sep 17 00:00:00 2001 From: eladeyal-intel Date: Wed, 8 May 2019 23:05:57 +0300 Subject: [PATCH] fix typo --- gooey/gui/components/widgets/richtextconsole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey/gui/components/widgets/richtextconsole.py b/gooey/gui/components/widgets/richtextconsole.py index 52ae92e..bc695d1 100644 --- a/gooey/gui/components/widgets/richtextconsole.py +++ b/gooey/gui/components/widgets/richtextconsole.py @@ -34,7 +34,7 @@ kColorList = ["#000000", "#800000", "#008000", "#808000", "#000080", "#800080", class RichTextConsole(wx.richtext.RichTextCtrl): """ - An advanced rich test console pannel supporting some Xterm control codes. + An advanced rich test console panel supporting some Xterm control codes. """ def __init__(self, parent):