eric6/DebugClients/Python/FlexCompleter.py

changeset 7960
e8fc383322f7
parent 7639
422fd05e9c91
child 8207
d359172d11be
--- a/eric6/DebugClients/Python/FlexCompleter.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/DebugClients/Python/FlexCompleter.py	Wed Jan 06 13:47:01 2021 +0100
@@ -1,12 +1,12 @@
 # -*- coding: utf-8 -*-
 
 """
-Word completion for the eric6 shell.
+Word completion for the eric shell.
 
-<h4>NOTE for eric6 variant</h4>
+<h4>NOTE for eric variant</h4>
 
     This version is a re-implementation of rlcompleter
-    as found in the Python3 library. It is modified to work with the eric6
+    as found in the Python3 library. It is modified to work with the eric
     debug clients.
 
 <h4>Original rlcompleter documentation</h4>

eric ide

mercurial