Skip to content

Commit 30c4ad4

Browse files
radarherehugovk
andauthored
Updated capitalization
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 6a0ac41 commit 30c4ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Feature version numbers are available only where stated.
5454
Support for the following features can be checked:
5555

5656
* ``libjpeg_turbo``: (compile time) Whether Pillow was compiled against the libjpeg-turbo version of libjpeg. Compile-time version number is available.
57-
* ``mozjpeg``: (compile time) Whether Pillow was compiled against the mozjpeg version of libjpeg. Compile-time version number is available.
57+
* ``mozjpeg``: (compile time) Whether Pillow was compiled against the MozJPEG version of libjpeg. Compile-time version number is available.
5858
* ``zlib_ng``: (compile time) Whether Pillow was compiled against the zlib-ng version of zlib. Compile-time version number is available.
5959
* ``raqm``: Raqm library, required for ``ImageFont.Layout.RAQM`` in :py:func:`PIL.ImageFont.truetype`. Run-time version number is available for Raqm 0.7.0 or newer.
6060
* ``libimagequant``: (compile time) ImageQuant quantization support in :py:func:`PIL.Image.Image.quantize`. Run-time version number is available.

docs/releasenotes/11.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ API Additions
4242
Check for mozjpeg
4343
^^^^^^^^^^^^^^^^^
4444

45-
You can check if Pillow has been built against the mozjpeg version of the
45+
You can check if Pillow has been built against the MozJPEG version of the
4646
libjpeg library, and what version of mozjpeg is being used::
4747

4848
from PIL import features

0 commit comments

Comments
 (0)