From a81d0ffe2f9d3fe33ea07dbefc5daaf4217cf1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 22 Mar 2024 09:12:53 +0100 Subject: [PATCH] typo --- shapeout2/gui/export/e2data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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