--- a/DebugClients/Python3/FlexCompleter.py Sat Jul 05 11:41:14 2014 +0200 +++ b/DebugClients/Python3/FlexCompleter.py Sat Jul 05 12:13:23 2014 +0200 @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- """ -Word completion for the eric5 shell. +Word completion for the eric6 shell. -<h4>NOTE for eric5 variant</h4> +<h4>NOTE for eric6 variant</h4> This version is a re-implementation of rlcompleter - as found in the Python3 library. It is modified to work with the eric5 + as found in the Python3 library. It is modified to work with the eric6 debug clients. <h4>Original rlcompleter documentation</h4>