Updated capitalization

This commit is contained in:
Andrew Murray 2025-01-18 07:55:49 +11:00
parent e79b298443
commit 284297755a

View File

@ -44,11 +44,11 @@ TODO
API Additions API Additions
============= =============
Check for mozjpeg Check for MozJPEG
^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
You can check if Pillow has been built against the MozJPEG version of the You can check if Pillow has been built against the MozJPEG version of the
libjpeg library, and what version of mozjpeg is being used:: libjpeg library, and what version of MozJPEG is being used::
from PIL import features from PIL import features
features.check_feature("mozjpeg") # True or False features.check_feature("mozjpeg") # True or False