--- a/eric6/DebugClients/Python/FlexCompleter.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/DebugClients/Python/FlexCompleter.py Mon Feb 01 10:38:16 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>