details: https://code.tryton.org/tryton/commit/1552ecde31d0
branch: default
user: Cédric Krier <[email protected]>
date: Wed Oct 01 08:45:36 2025 +0200
description:
Update anchor for if-then-else link on Wikipedia
Closes #14267
diffstat:
trytond/doc/topics/pyson.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 81f77aa48250 -r 1552ecde31d0 trytond/doc/topics/pyson.rst
--- a/trytond/doc/topics/pyson.rst Mon Sep 15 16:25:52 2025 +0200
+++ b/trytond/doc/topics/pyson.rst Wed Oct 01 08:45:36 2025 +0200
@@ -88,7 +88,7 @@
'context' in locals() and isinstance(context, dict) and 'company' in
context and '=' or '!='
-.. _if-then-else:
https://en.wikipedia.org/wiki/Conditional_(computer_programming)#If%E2%80%93then(%E2%80%93else)
+.. _if-then-else:
https://en.wikipedia.org/wiki/Conditional_(computer_programming)#If-then-else_statement
Given the PYSON statement::