From 7330fcefac8a259d4dd0c52ff2fec44df1b09a4e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Jan 2020 18:38:24 -0800 Subject: [PATCH] closes #515 - fix typo in doc string --- 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 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()