On 10/20/22 13:34, Gerald Pfeifer wrote:
> On Mon, 17 Oct 2022, Martin Liška wrote:
>> All right, let me install my initial patch with the improved wording.
> 
> The validator noticed a small issue which I addressed thusly (by 
> moving up the </p> - the beginning of <ul> implicitly closes a <p>).
> 
> No worries - that's what validators are for. :-)

Heh ;) Thanks for the fix.

Martin

> 
> Gerald
> 
> commit e9164572d233645b51ed8fa27729a52a0e242984
> Author: Gerald Pfeifer <ger...@pfeifer.com>
> Date:   Thu Oct 20 13:04:48 2022 +0200
> 
>     codingconventions: Fix markup
> 
> diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
> index 9d0a3f14..f88ef019 100644
> --- a/htdocs/codingconventions.html
> +++ b/htdocs/codingconventions.html
> @@ -1486,17 +1486,15 @@ Definitions within the body of a namespace are not 
> indented.
>  
>  <h2 id="python">Python Language Conventions</h2>
>  
> -<p>
> -Python scripts should follow <a href="https://peps.python.org/pep-0008/";>PEP 
> 8 – Style Guide for Python Code</a>
> +<p>Python scripts should follow <a 
> href="https://peps.python.org/pep-0008/";>PEP 8 – Style Guide for Python 
> Code</a>
>  which can be verified by the <a href="flake8.pycqa.org">flake8</a> tool.
> -We recommend using the following <code>flake8</code> plug-ins:
> +We recommend using the following <code>flake8</code> plug-ins:</p>
>  
>  <ul>
>      <li>flake8-builtins</li>
>      <li>flake8-import-order</li>
>      <li>flake8-quotes</li>
>  </ul>
> -</p>
>  
>  </body>
>  </html>

Reply via email to