QScintilla/Shell.py

changeset 5711
50b6867ffcd3
parent 5710
b5809b948010
child 5712
f0d08bdeacf4
diff -r b5809b948010 -r 50b6867ffcd3 QScintilla/Shell.py
--- a/QScintilla/Shell.py	Fri Apr 21 19:39:31 2017 +0200
+++ b/QScintilla/Shell.py	Sat Apr 22 15:37:18 2017 +0200
@@ -135,8 +135,9 @@
                 """ of the shell window. 'start' is used to switch the shell"""
                 """ language and must be followed by a supported language."""
                 """ Supported languages are listed by the 'languages'"""
-                """ command. These commands (except 'languages') are"""
-                """ available through the context menu as well.</p>"""
+                """ command. 'quit' is used to exit the application.These"""
+                """ commands (except 'languages') are available through the"""
+                """ window menus as well.</p>"""
                 """<p>Pressing the Tab key after some text has been entered"""
                 """ will show a list of possible completions. The relevant"""
                 """ entry may be selected from this list. If only one entry"""

eric ide

mercurial