--- a/DebugClients/Python3/FlexCompleter.py Sat Jan 02 16:15:57 2010 +0000 +++ b/DebugClients/Python3/FlexCompleter.py Sat Jan 02 17:09:08 2010 +0000 @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- """ -Word completion for the eric4 shell +Word completion for the eric5 shell -<h4>NOTE for eric4 variant</h4> +<h4>NOTE for eric5 variant</h4> This version is a re-implementation of rlcompleter - as found in the Python3 library. It is modified to work with the eric4 + as found in the Python3 library. It is modified to work with the eric5 debug clients. <h4>Original rlcompleter documentation</h4> @@ -205,4 +205,4 @@ if hasattr(klass, '__bases__'): for base in klass.__bases__: ret = ret + get_class_members(base) - return ret + return ret \ No newline at end of file