Browse Source

fix typo

pull/473/head
eladeyal-intel 5 years ago
committed by Chris
parent
commit
92c16fd409
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/gui/components/widgets/richtextconsole.py

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

Loading…
Cancel
Save