Browse Source

closes #515 - fix typo in doc string

pull/524/head
Chris 4 years ago
parent
commit
7330fcefac
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/gui/components/widgets/richtextconsole.py

2
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()

Loading…
Cancel
Save