diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html --- a/eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -230,7 +230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the dictionary (enchant.Dict) </dd> @@ -243,7 +243,7 @@ Class method to get all available languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of available languages (list of strings) </dd> @@ -264,7 +264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name of the default user dictionary or the default user exception dictionary (string) @@ -286,7 +286,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name of the user dictionary or the user exception dictionary (string) @@ -300,7 +300,7 @@ Class method to check, if spellchecking is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability (boolean) </dd> @@ -387,7 +387,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values (the extracted word (string), start position (integer), end position (integer)) @@ -408,7 +408,7 @@ Special method to create an iterator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> self </dd> @@ -421,7 +421,7 @@ Special method to advance to the next error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> self </dd> @@ -538,7 +538,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the leading and trailing context (string, string) </dd> @@ -551,7 +551,7 @@ Public method to get information about the last error found. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of last faulty word (string), starting position of the faulty word (integer) and ending position of the faulty word @@ -566,7 +566,7 @@ Public method to get the current language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current language in language locale format (string) </dd> @@ -586,7 +586,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of suggestions (list of strings) </dd> @@ -625,7 +625,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful initialization (boolean) </dd>