Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Nov 8, 2023
1 parent db0618d commit 507f8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycquery/utils/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 507f8c7

Please sign in to comment.