diff --git a/shapeout2/gui/export/e2data.py b/shapeout2/gui/export/e2data.py index f40166d..fee1722 100644 --- a/shapeout2/gui/export/e2data.py +++ b/shapeout2/gui/export/e2data.py @@ -138,7 +138,7 @@ def get_export_filenames(self): slots_n_paths.append((s_index, path)) else: # If nothing in the for loop caused it to break, then we - # have a fully populated list of slots_n_paths and we can + # have a fully populated list of slots_n_paths, and we can # exit this while-loop. break