changeset b02d8774b6e9 in trytond:6.0
details: https://hg.tryton.org/trytond?cmd=changeset&node=b02d8774b6e9
description:
        Add missing new lines on docs

        issue10887
        review387211002
        (grafted from 71e538c0e6ea1f94198927715e0da1d25e908fa5)
diffstat:

 doc/ref/models/models.rst |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r eb37e31d8eda -r b02d8774b6e9 doc/ref/models/models.rst
--- a/doc/ref/models/models.rst Tue Oct 19 00:22:08 2021 +0200
+++ b/doc/ref/models/models.rst Wed Oct 20 15:16:10 2021 +0200
@@ -42,13 +42,16 @@
     into the queue.
 
 .. attribute:: Model._fields
+
     It contains a dictionary with the field name as key and its
     :class:`~trytond.model.field` instance as value.
 
 .. attribute:: Model._record
+
     It stores the record class to store internaly the values of the instances.
 
 .. attribute:: Model._defaults
+
     It contains a dictionary with the field name as key and its default method
     as value.
 

Reply via email to