details:   https://code.tryton.org/tryton/commit/22b34b5858e9
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Jul 31 23:47:59 2025 +0200
description:
        Fix parameter name for check_modification in the documentation
diffstat:

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

diffs (12 lines):

diff -r e4e2a2294ba4 -r 22b34b5858e9 trytond/doc/ref/models.rst
--- a/trytond/doc/ref/models.rst        Sat Oct 25 13:07:25 2025 +0200
+++ b/trytond/doc/ref/models.rst        Thu Jul 31 23:47:59 2025 +0200
@@ -414,7 +414,7 @@
 
    Delete records.
 
-.. classmethod:: ModelStorage.check_modification(mode, record[, values[, 
external]])
+.. classmethod:: ModelStorage.check_modification(mode, records[, values[, 
external]])
 
    Method called after ``records`` are created and before ``records`` are
    modified with ``values`` or deleted.

Reply via email to