--- a/Documentation/Source/eric5.DebugClients.Python.FlexCompleter.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.DebugClients.Python.FlexCompleter.html Sun Oct 13 17:44:48 2013 +0200 @@ -46,12 +46,12 @@ selectable namespace. </p><p> The problem with rlcompleter is that it's hardwired to work with - __main__.__dict__, and in some cases one may have 'sandboxed' namespaces. So - this class is a ripoff of rlcompleter, with the namespace to work in as an - optional parameter. + __main__.__dict__, and in some cases one may have 'sandboxed' namespaces. + So this class is a ripoff of rlcompleter, with the namespace to work in as + an optional parameter. </p><p> - This class can be used just like rlcompleter, but the Completer class now has - a constructor with the optional 'namespace' parameter. + This class can be used just like rlcompleter, but the Completer class now + has a constructor with the optional 'namespace' parameter. </p><p> A patch has been submitted to Python@sourceforge for these changes to go in the standard Python distribution.