changeset 0fc4a0dec30d in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset;node=0fc4a0dec30d
description:
        Make PYSON example a literal block
diffstat:

 doc/ref/pyson.rst |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bbb75359e3b9 -r 0fc4a0dec30d doc/ref/pyson.rst
--- a/doc/ref/pyson.rst Wed Dec 18 22:41:53 2019 +0100
+++ b/doc/ref/pyson.rst Thu Dec 19 17:36:26 2019 +0100
@@ -84,7 +84,7 @@
     If the ``value`` includes dots the value will be dereferenced. For
     example::
 
-    Eval('_parent_sale.number')
+        Eval('_parent_sale.number')
 
     The ``number`` value of the ``_parent_sale`` key of the evaluation context
     will be returned.

Reply via email to