Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2025-09-09 00:04:01 +10:00 committed by GitHub
parent 2d8244c45a
commit 4b8bcb6f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,4 +171,4 @@ ImageMorph operations must have length 1
Valid ImageMorph operations are 4, N, 1 and M. By limiting the length to 1 character Valid ImageMorph operations are 4, N, 1 and M. By limiting the length to 1 character
within Pillow, long execution times can be avoided if a user provided long pattern within Pillow, long execution times can be avoided if a user provided long pattern
strings. Reported by Jang Choi (https://github.com/uko3211). strings. Reported by `Jang Choi <https://github.com/uko3211>`__.