File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -425,8 +425,8 @@ def get_next_record(self):
425
425
426
426
def get_next_record_diff (self ):
427
427
"""
428
- Get the difference between this and the next record.
429
-
428
+ Get the difference between this and the next record.
429
+
430
430
Return the diff or `None` of no next record.
431
431
"""
432
432
@@ -450,9 +450,9 @@ def get_prev_record(self):
450
450
451
451
def get_prev_record_diff (self ):
452
452
"""
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,
456
456
since the diff uses `old_record` and `new_record` semantics.
457
457
458
458
Return the diff or `None` if no previous record.
You can’t perform that action at this time.
0 commit comments