Skip to content

Commit

Permalink
DOC: Fix grammar in ImportError (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Nov 29, 2023
1 parent dac86e3 commit 56cfd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageio/plugins/pillowmulti.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def _open(
if major == 10 and minor >= 1:
raise ImportError(
f"Pillow v{pillow_version} is not supported by ImageIO's legacy "
"pillow plugin when writing GIF. Consider using to the new "
"plugin or downgrade to `pillow<10.1.0`."
"pillow plugin when writing GIFs. Consider switching to the new "
"plugin or downgrading to `pillow<10.1.0`."
)

# Check palettesize
Expand Down

0 comments on commit 56cfd79

Please sign in to comment.