Skip to content

Commit 526415d

Browse files
authored
Fix typos (#9135)
2 parents 1e76b75 + b07dbc1 commit 526415d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/handbook/third-party-plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here is a list of PyPI projects that offer additional plugins:
1111
* :pypi:`heif-image-plugin`: Simple HEIF/HEIC images plugin, based on the pyheif library.
1212
* :pypi:`jxlpy`: Introduces reading and writing support for JPEG XL.
1313
* :pypi:`pillow-heif`: Python bindings to libheif for working with HEIF images.
14-
* :pypi:`pillow-jpls`: Plugin for the JPEG-LS codec, based on the Charls JPEG-LS implemetation. Python bindings implemented using pybind11.
14+
* :pypi:`pillow-jpls`: Plugin for the JPEG-LS codec, based on the Charls JPEG-LS implementation. Python bindings implemented using pybind11.
1515
* :pypi:`pillow-jxl-plugin`: Plugin for JPEG-XL, using Rust for bindings.
1616
* :pypi:`pillow-mbm`: Adds support for KSP's proprietary MBM texture format.
1717
* :pypi:`pillow-svg`: Implements basic SVG read support. Supports basic paths, shapes, and text.

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)