Skip to content

Commit 7598ff5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 780581f commit 7598ff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

simple_history/models.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ def get_next_record(self):
425425

426426
def get_next_record_diff(self):
427427
"""
428-
Get the difference between this and the next record.
429-
428+
Get the difference between this and the next record.
429+
430430
Return the diff or `None` of no next record.
431431
"""
432432

@@ -450,9 +450,9 @@ def get_prev_record(self):
450450

451451
def get_prev_record_diff(self):
452452
"""
453-
Get the difference between this and the previous record.
454-
455-
The diff should be based on the previous record,
453+
Get the difference between this and the previous record.
454+
455+
The diff should be based on the previous record,
456456
since the diff uses `old_record` and `new_record` semantics.
457457
458458
Return the diff or `None` if no previous record.

0 commit comments

Comments
 (0)