We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680e686 commit 8506936Copy full SHA for 8506936
src/PIL/WmfImagePlugin.py
@@ -80,7 +80,7 @@ class WmfStubImageFile(ImageFile.StubImageFile):
80
format_description = "Windows Metafile"
81
82
def _open(self) -> None:
83
- # check placable header
+ # check placeable header
84
s = self.fp.read(44)
85
86
if s.startswith(b"\xd7\xcd\xc6\x9a\x00\x00"):
0 commit comments