Skip to content

Commit 16ad8a9

Browse files
skeptjeking3
authored andcommitted
Minor typo fixes
1 parent 4039e60 commit 16ad8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/historical_model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Change Reason
307307
Change reason is a message to explain why the change was made in the instance. It is stored in the
308308
field ``history_change_reason`` and its default value is ``None``.
309309

310-
By default, the django-simple-history gets the change reason in the field ``_change_reason`` of the instance. Also, is possible to pass
311-
the ``_change_reason`` explicitly. For this, after a save or delete in an instance, is necessary call the
310+
By default, the django-simple-history gets the change reason in the field ``_change_reason`` of the instance. Also, it is possible to pass
311+
the ``_change_reason`` explicitly. For this, after a save or delete in an instance, it is necessary to call the
312312
function ``utils.update_change_reason``. The first argument of this function is the instance and the second
313313
is the message that represents the change reason.
314314

0 commit comments

Comments
 (0)