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

        issue10887
        review387211002
diffstat:

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

diffs (20 lines):

diff -r 7166741cf718 -r 71e538c0e6ea 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