diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html --- a/eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html Sat Jan 16 16:51:23 2021 +0100 @@ -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>