diff --git a/oxtimelines/timeline.py b/oxtimelines/timeline.py index b4ef6de..493ace2 100644 --- a/oxtimelines/timeline.py +++ b/oxtimelines/timeline.py @@ -662,7 +662,7 @@ class Timelines(): if self.render_antialias: self._save_full_tile('antialias') if self.cuts_path: - # remove cuts at first frame and last frame and all cuts at max_cut_len + # remove cuts at first and last frame and all cuts at max_cut_len self.cuts = filter(lambda x: x not in [0, self.frame_n] + self.no_cuts, self.cuts) with open(self.cuts_path, 'w') as f: # avoid float rounding artefacts