diff -r 44e15eda6506 -r e8fc383322f7 eric6/DebugClients/Python/FlexCompleter.py --- 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>