minor fix in the comments

This commit is contained in:
Alireza Shafaei 2022-11-18 23:26:08 -08:00
parent fdf074b050
commit 690446050a

View File

@ -636,7 +636,7 @@ WebPEncode_wrapper(PyObject *self, PyObject *args) {
config.quality = quality_factor;
config.method = method;
#if WEBP_ENCODER_ABI_VERSION >= 0x0209
// the exact flag is only available in libwebp 0.5.0 and later
// the "exact" flag is only available in libwebp 0.5.0 and later
config.exact = exact;
#endif