Skip to content

Commit 744fb6a

Browse files
brylieBrylie Christopher Oxley
authored andcommitted
Fix typo
1 parent 1b9c3a5 commit 744fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_history/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def get_next_record_diff(self):
428428
Get the difference between this and the next record. `None` of no next record.
429429
"""
430430

431-
next_record = self.get_prev_record()
431+
next_record = self.get_next_record()
432432

433433
if next_record is not None:
434434
return self.diff_against(previous_record)

0 commit comments

Comments
 (0)