mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Update raw strings
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
4cb8e4b3fa
commit
aae38c55b2
|
@ -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\.",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user