From b7981bc0f0817741b48ec5101ac755a5a8490a31 Mon Sep 17 00:00:00 2001 From: "Thomas Becquevort (thbe)" Date: Tue, 18 Mar 2025 10:30:00 +0000 Subject: [PATCH] [FIX] contributing: dead idiomatic python link The link replaced is dead and doesn't lead to anything anymore. The new link is the exact same page but hosted on another website. X-original-commit: b6e7e02734416311cbb417a1543565ca66c68409 --- content/contributing/development/coding_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/development/coding_guidelines.rst b/content/contributing/development/coding_guidelines.rst index 253092955..91ebbd50c 100644 --- a/content/contributing/development/coding_guidelines.rst +++ b/content/contributing/development/coding_guidelines.rst @@ -575,7 +575,7 @@ So, you can write ``if some_collection:`` instead of ``if len(some_collection):` - As a good developer, document your code (docstring on methods, simple comments for tricky part of code) - In additions to these guidelines, you may also find the following link - interesting: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html + interesting: https://david.goodger.org/projects/pycon/2007/idiomatic/handout.html (a little bit outdated, but quite relevant) Programming in Odoo