This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via e9164572d233645b51ed8fa27729a52a0e242984 (commit) from 7e701a479875d7329b965a1c1c66f55f795e2935 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e9164572d233645b51ed8fa27729a52a0e242984 Author: Gerald Pfeifer 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.

Python Language Conventions

-

-Python scripts should follow PEP 8 – Style Guide for Python Code +

Python scripts should follow PEP 8 – Style Guide for Python Code which can be verified by the flake8 tool. -We recommend using the following flake8 plug-ins: +We recommend using the following flake8 plug-ins:

-

----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs