Skip to content

Commit

Permalink
DOC: Fixed Typo (#653)
Browse files Browse the repository at this point in the history
co-authored by: voidoak <voidoakenduck@protonmail.com>
  • Loading branch information
voidoak committed Jun 27, 2021
1 parent b4f186f commit eb24eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageio/core/fetching.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _fetch_file(url, file_name, print_destination=True):
local_file.close()
else:
raise IOError(
"Unable to download %r. Perhaps there is a no internet "
"Unable to download %r. Perhaps there is no internet "
"connection? If there is, please report this problem."
% os.path.basename(file_name)
)
Expand Down

0 comments on commit eb24eaa

Please sign in to comment.