diff --git a/gooey/gui/components/widgets/richtextconsole.py b/gooey/gui/components/widgets/richtextconsole.py index 0b02ba5..90a22cb 100644 --- a/gooey/gui/components/widgets/richtextconsole.py +++ b/gooey/gui/components/widgets/richtextconsole.py @@ -82,7 +82,7 @@ class RichTextConsole(wx.richtext.RichTextCtrl): def AppendText(self, content): """ - wx method overriden to capture the terminal control character and translate them into wx styles. + wx method overridden to capture the terminal control character and translate them into wx styles. Complexity : o(len(content)) """ self.SetInsertionPointEnd()