Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 5, 2022
1 parent 527eeca commit be81f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageShow.py
Expand Up @@ -178,7 +178,7 @@ def show_file(self, path=None, **options):
else:
raise TypeError("Missing required argument: 'path'")
subprocess.call(["open", "-a", "Preview.app", path])
exectable = sys.executable or shutil.which("python3")
exectuable = sys.executable or shutil.which("python3")
if executable:
subprocess.Popen(
[
Expand Down

0 comments on commit be81f93

Please sign in to comment.