File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,13 @@ Many of Pillow's features require external libraries:
151151
152152 * Pillow has been tested with libjpeg versions **6b **, **8 **, **9-9d ** and
153153 libjpeg-turbo version **8 **.
154- * Starting with Pillow 3.0.0, libjpeg is required by default, but
155- may be disabled with the ``--disable- jpeg `` flag.
154+ * Starting with Pillow 3.0.0, libjpeg is required by default. It can be
155+ disabled with the ``-C jpeg=disable `` flag.
156156
157157* **zlib ** provides access to compressed PNGs
158158
159- * Starting with Pillow 3.0.0, zlib is required by default, but may
160- be disabled with the ``--disable- zlib `` flag.
159+ * Starting with Pillow 3.0.0, zlib is required by default. It can be
160+ disabled with the ``-C zlib=disable `` flag.
161161
162162* **libtiff ** provides compressed TIFF functionality
163163
You can’t perform that action at this time.
0 commit comments