Skip to content

Commit 8506936

Browse files
committed
Fixed typo
1 parent 680e686 commit 8506936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/WmfImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class WmfStubImageFile(ImageFile.StubImageFile):
8080
format_description = "Windows Metafile"
8181

8282
def _open(self) -> None:
83-
# check placable header
83+
# check placeable header
8484
s = self.fp.read(44)
8585

8686
if s.startswith(b"\xd7\xcd\xc6\x9a\x00\x00"):

0 commit comments

Comments
 (0)