Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 16, 2021
1 parent 0ca2bdb commit 64dffb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/video/fx/resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _get_scipy_resizer():
return (
None,
[
"scipy.misc.imresize not found (was deprecated in scipy v1.3.0,"
"scipy.misc.imresize not found (was removed in scipy v1.3.0,"
f" you are using v{__scipy_version__}, install 'Pillow')"
],
)
Expand Down

0 comments on commit 64dffb5

Please sign in to comment.