Update raw strings

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2022-04-06 13:37:17 +03:00 committed by GitHub
parent 4cb8e4b3fa
commit aae38c55b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@ from PIL import _deprecate
[ [
( (
10, 10,
r"Old thing is deprecated and will be removed in Pillow 10 " "Old thing is deprecated and will be removed in Pillow 10 "
r"\(2023-07-01\)\. Use new thing instead\.", r"\(2023-07-01\)\. Use new thing instead\.",
), ),
( (
None, None,
r"Old thing is deprecated and will be removed in a future version. " r"Old thing is deprecated and will be removed in a future version\. "
r"Use new thing instead\.", r"Use new thing instead\.",
), ),
], ],