Skip to content

Commit b6e7e02

Browse files
committed
[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. closes #12541 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent ad5c6fd commit b6e7e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing/development/coding_guidelines.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ So, you can write ``if some_collection:`` instead of ``if len(some_collection):`
575575
- As a good developer, document your code (docstring on methods, simple
576576
comments for tricky part of code)
577577
- In additions to these guidelines, you may also find the following link
578-
interesting: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
578+
interesting: https://david.goodger.org/projects/pycon/2007/idiomatic/handout.html
579579
(a little bit outdated, but quite relevant)
580580

581581
Programming in Odoo

0 commit comments

Comments
 (0)