mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Fixed typo
This commit is contained in:
parent
1b7bcfb6e7
commit
91eb69c6b2
|
@ -152,7 +152,7 @@ def test_nonstack_dos() -> None:
|
||||||
assert i <= 1, "Non-stack DOS file test failed"
|
assert i <= 1, "Non-stack DOS file test failed"
|
||||||
|
|
||||||
|
|
||||||
# for issue #4093s
|
# for issue #4093
|
||||||
def test_odd_size() -> None:
|
def test_odd_size() -> None:
|
||||||
data = BytesIO()
|
data = BytesIO()
|
||||||
width = 100
|
width = 100
|
||||||
|
|
Loading…
Reference in New Issue
Block a user