From 507f8c7c581bad3dbe5e1ecd888278918165a4bc Mon Sep 17 00:00:00 2001 From: Amrit K Date: Wed, 8 Nov 2023 15:33:41 -0500 Subject: [PATCH] Fix small typo --- cycquery/utils/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycquery/utils/file.py b/cycquery/utils/file.py index 8ac56cb..cabd6fb 100644 --- a/cycquery/utils/file.py +++ b/cycquery/utils/file.py @@ -93,7 +93,7 @@ def process_file_save_path( elif ext != "." + file_format: raise ValueError( f"""The file extension on the save path must be {file_format}. - Alternatively, sesider changing the file format.""", + Alternatively, consider changing the file format.""", ) return save_path