From 9707f880722e1e3373f686a238d4edef40a2424e Mon Sep 17 00:00:00 2001 From: Yay295 Date: Mon, 19 Aug 2024 07:46:00 -0500 Subject: [PATCH] improve comment --- Tests/test_file_tiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_file_tiff.py b/Tests/test_file_tiff.py index 92060f37d9e..44da25295ef 100644 --- a/Tests/test_file_tiff.py +++ b/Tests/test_file_tiff.py @@ -109,7 +109,7 @@ def test_bigtiff(self, tmp_path: Path) -> None: with Image.open("Tests/images/hopper_bigtiff.tif") as im: # The data type of this file's StripOffsets tag is LONG8, - # which is not currently supported when saving. + # which is not yet supported for offset data when saving multiple frames. del im.tag_v2[273] outfile = str(tmp_path / "temp.tif")