--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html Sun May 31 17:23:49 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html Thu Jun 04 17:57:20 2020 +0200 @@ -41,7 +41,7 @@ <tr> <td><a href="#getTranslatedMessage">getTranslatedMessage</a></td> -<td>Module function to get a translated and formatted message for a given pyflakes message ID.</td> +<td>Module function to get a translated and formatted message for a given message ID.</td> </tr> </table> <hr /> @@ -52,19 +52,25 @@ <p> Module function to get a translated and formatted message for a - given pyflakes message ID. + given message ID. </p> <dl> -<dt><i>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -the message ID (string) +the message ID </dd> </dl> <dl> <dt>Returns:</dt> <dd> -translated and formatted message (string) +translated and formatted message +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>