Merge pull request #5902 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo van Kemenade 2021-12-22 12:13:23 +02:00 committed by GitHub
commit 960da06557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -486,7 +486,7 @@ static struct PyMethodDef _anim_encoder_methods[] = {
{NULL, NULL} /* sentinel */
};
// WebPAnimDecoder type definition
// WebPAnimEncoder type definition
static PyTypeObject WebPAnimEncoder_Type = {
PyVarObject_HEAD_INIT(NULL, 0) "WebPAnimEncoder", /*tp_name */
sizeof(WebPAnimEncoderObject), /*tp_size */