--- a/eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html Mon Feb 01 10:38:16 2021 +0100 @@ -23,14 +23,14 @@ <h1>eric6.DebugClients.Python.FlexCompleter</h1> <p> -Word completion for the eric6 shell. +Word completion for the eric shell. </p> <p> -<h4>NOTE for eric6 variant</h4> +<h4>NOTE for eric variant</h4> </p> <p> 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. </p> <p> @@ -207,7 +207,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ammended word (string) </dd> @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A list of all matches. </dd> @@ -265,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The possible completions as a list of strings. </dd> @@ -285,7 +285,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A list of all keywords, built-in functions and names currently defined in self.namespace that match. @@ -309,7 +309,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A list of all names defined in the class. </dd>